-
Notifications
You must be signed in to change notification settings - Fork 25
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
Not working with gunicorn + gevent workers #13
Comments
Hi @anshulk , the theading part of stopit is designed for standard CPython threading inners. |
Hi @anshulk , I have still no fix for this issue. As long as there's no PR that fixes this, I'll mention this in a "known issues" section of the doc, and close this. |
This also seems to affect gunicorn's |
Thanks @jrial , I'll mention this too. |
I'm trying to use the threading_timeoutable decorator on a function.
It works if I run the script directly, but doesn't work when running via gunicorn using gevent workers.
Any ideas on making it work?
The text was updated successfully, but these errors were encountered: