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

gevent not found when running 0.34 builds #35

Open
halilduygulu opened this issue Oct 17, 2019 · 4 comments
Open

gevent not found when running 0.34 builds #35

halilduygulu opened this issue Oct 17, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@halilduygulu
Copy link

Describe the bug
gevent lib is not installed on container and when it starts worker I see following error.
I do not understand how did you managed to run this version without seeing this error.

To Reproduce
Steps to reproduce the behavior:

  1. use latest images with tag 0.34.0 or 0.34.0rc1 from dockerhub
  2. Running on prod and compose parameters
  3. After workers started I see log
    Started Celery workers[worker1, worker2] and Flower UI.
  4. After server starts I see in the log
    File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py", line 22, in
    73218f80f0a8bcaaa3f5f9d2c04fcabd8fa3a4feb0619aeb716e09856a865a85
    raise RuntimeError("You need gevent installed to use this worker.")

Expected behavior
If I switch back to 0.33.0rc1 which is current latest, it works with everything else is same.

Additional context
Running on aws ECS, but should not have an effect on this error.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.67. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Oct 17, 2019
@abhioncbr
Copy link
Owner

Thanks for notifying it. Let me try to test it as per the mentioned steps.

@ivanmartos
Copy link

just a short info - this happens when you run in it prod mode. In local mode it works

@abhioncbr
Copy link
Owner

@ivanmartos Thanks for the update. Would you like to raise a PR for a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants