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
When running an experiment we noticed gunicorn memory leak issue when using psiturk. Is there a way to pass max-requests as config parameter to gunicorn?
The text was updated successfully, but these errors were encountered:
Sorry I missed this. You should be able to set any extra gunicorn arguments via environment variables -- I think they'll be picked up by gunicorn. Report back? See https://docs.gunicorn.org/en/stable/settings.html
When running an experiment we noticed gunicorn memory leak issue when using psiturk. Is there a way to pass
max-requests
as config parameter to gunicorn?The text was updated successfully, but these errors were encountered: