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

How disable timeout #2701

Closed
leandrogmuller opened this issue Dec 17, 2021 · 4 comments
Closed

How disable timeout #2701

leandrogmuller opened this issue Dec 17, 2021 · 4 comments

Comments

@leandrogmuller
Copy link

Hi.
How can I disable timeout on gunicorn?
I have a django application that can never stop its thead.

@benoitc
Copy link
Owner

benoitc commented Dec 17, 2021

It's not possible and you probably don't need it. If you'er using an async worker you can detach the task from the rest or ensure the worker is alive by sleeping if you're using gevent.

@leandrogmuller
Copy link
Author

I need because I have background process running forever on multiprocessing.

@leandrogmuller
Copy link
Author

Is it possible to create a param to disable timeout?
Has exemplo -1 on timeout or create a new param.

@benoitc
Copy link
Owner

benoitc commented Dec 20, 2021 via email

@benoitc benoitc closed this as completed Aug 6, 2022
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

2 participants