February 2, 2023 · Python Windows

Celery windows issues

# make sure to use gvent to pipe the event bridge because 
# since celery 4+ windows is not supported

pipenv install gvent
celery -A <proj_name> worker -l info -P gevent

https://stackoverflow.com/questions/62524908/task-receive-but-doesnt-excute