-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Duplicate init_process method in EventletWorker #657
Comments
Thanks! Maybe you also want to send a PR/patch fixing the problem? If not will make it myself asap. |
I don't know which one is the right. :-) |
hah :) On Mon, Dec 9, 2013 at 10:18 AM, Oliver Tonnhofer
|
merge duplicate EventletWorker.init_process method (fixes #657)
There are two init_process methods in the EventletWorker. See:
https://github.com/olt/gunicorn/blob/master/gunicorn/workers/geventlet.py#L48
https://github.com/olt/gunicorn/blob/master/gunicorn/workers/geventlet.py#L91
The text was updated successfully, but these errors were encountered: