You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after many tries,
it turned out that the worker did only sometimes subscribe , though beat was running and
rabbitmq was connected ,
i turned out that running it in the main container ,
subscription to cabot.* worked , but only if worker is not started too early
Solution
extended the cmd section of docker-compose.yml gunicorn cabot.wsgi:application -b 0.0.0.0:5000 --workers=5 & sleep 45 ; celery -A cabot worker --loglevel=INFO & wait
The text was updated successfully, but these errors were encountered:
benchonaut
changed the title
worker not subscribing to tasks from docker-compose
worker not subscribing to tasks from docker-compose / Checks not running
Apr 6, 2020
after many tries,
it turned out that the worker did only sometimes subscribe , though beat was running and
rabbitmq was connected ,
i turned out that running it in the main container ,
subscription to cabot.* worked , but only if worker is not started too early
Solution
extended the cmd section of docker-compose.yml
gunicorn cabot.wsgi:application -b 0.0.0.0:5000 --workers=5 & sleep 45 ; celery -A cabot worker --loglevel=INFO & wait
The text was updated successfully, but these errors were encountered: