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
The documentation says about this tunable :
maximum number of seconds that a request is allowed to run before the daemon process is restarted
But if you test a slow request which takes more than the timeout, the worker processes it completely and never restarts.
This issue gives some explanations : benoitc/gunicorn#2086
The workaround is to set GRAPHITE_WSGI_THREADS=1
The text was updated successfully, but these errors were encountered:
The documentation says about this tunable :
maximum number of seconds that a request is allowed to run before the daemon process is restarted
But if you test a slow request which takes more than the timeout, the worker processes it completely and never restarts.
This issue gives some explanations :
benoitc/gunicorn#2086
The workaround is to set GRAPHITE_WSGI_THREADS=1
The text was updated successfully, but these errors were encountered: