You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting intermittent alerting for high error rate for our inventory application. This appears to be due to the way ckan handles 403's through the werkzeug.exceptions.Forbidden.
Expected behavior
403's do not add to the high error rate counts in New Relic.
Actual behavior
Alerts are thrown at expected 403s.
Sketch
Should consider redirecting to login instead of sending a 403.
The text was updated successfully, but these errors were encountered:
How to reproduce
We are getting intermittent alerting for high error rate for our inventory application. This appears to be due to the way ckan handles 403's through the werkzeug.exceptions.Forbidden.
Expected behavior
403's do not add to the high error rate counts in New Relic.
Actual behavior
Alerts are thrown at expected 403s.
Sketch
Should consider redirecting to login instead of sending a 403.
The text was updated successfully, but these errors were encountered: