Open
Description
Opening this issue to continue the discussion of the Outage on April 7th.
#264
Metrics From the time of the Outage and afterwords
I will update this comment with new information as needed.
Notes and resources
- https://help.heroku.com/PFSOIDTR/why-am-i-seeing-h12-request-timeouts-high-response-times-in-my-app
- https://devcenter.heroku.com/articles/python-gunicorn
Possible causes
- memory leak
- Async routes have a blocking call that is blocking the event loop.
- Gunicorn killing slow workers