Skip to content

turn off error emails for throttled requests

Alexander Pace requested to merge throttle-emails-off into master

the 'django.requests' logger only has an 'mail_admins' handler, so we can safely remove this block of code and still have the 429's hit the actual logs.

also, assert that Retry-After header is actually being applied.

Merge request reports