Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gunicorn): reduce timeout from 90 seconds to 15 seconds (#11523)
This is not the request timeout, but rather the time between the worker notifying the arbiter that it is still alive. This is runs in the main loop of the [gthread worker](https://labs.openai.com/s/YaxC326oohNreRzdYEzkmQdd) which should be pretty tight. We might even consider reducing this further. TODO: allow these vars to be set by whatever is running this. There are dependencies between this value and e.g. the downstream proxy server timeouts.
- Loading branch information