Timeout after 30sec
ringo
PROOP
2 years ago
Hello, we have the following problem: On our website, the users can upload an audiofile to our server. But depending on their internet connection, they timeout after about 30sec and the server crashes. Is there any way to work around this?
2 Replies
ringo
PROOP
2 years ago
After this time, this comes up: Application failed to respond
brody
EMPLOYEE
2 years ago
30 seconds is the default gunicorn timeout for requests, increase the timeout by providing a --timeout flag to gunicorn with the number of seconds you'd like to set the timeout to.