We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
When transferring really large files (50+ GB), the gunicorn worker process times out:
[2019-12-11 17:05:10 -0500] [771] [CRITICAL] WORKER TIMEOUT (pid:9354)
Is there any way to set a timeout to longer?
Thanks!
The text was updated successfully, but these errors were encountered:
Sure! I noticed that issue but couldn't have time to fix it. It's a gunicorn config
Sorry, something went wrong.
def load_config(self): self.cfg.set("timeout": 0)
Does the trick.
No branches or pull requests
Hello!
When transferring really large files (50+ GB), the gunicorn worker process times out:
[2019-12-11 17:05:10 -0500] [771] [CRITICAL] WORKER TIMEOUT (pid:9354)
Is there any way to set a timeout to longer?
Thanks!
The text was updated successfully, but these errors were encountered: