Skip to content
New issue

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

Worker timeout on large file transfers #9

Open
Justin417 opened this issue Dec 11, 2019 · 2 comments
Open

Worker timeout on large file transfers #9

Justin417 opened this issue Dec 11, 2019 · 2 comments

Comments

@Justin417
Copy link

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!

@nejdetckenobi
Copy link
Owner

Sure! I noticed that issue but couldn't have time to fix it. It's a gunicorn config

@erenon
Copy link

erenon commented Dec 18, 2022

def load_config(self):
    self.cfg.set("timeout": 0)

Does the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants