Relative Content

Tag Archive for pythonpython-3.xrabbitmqceleryfastapi

Celery returns wrong info about current tasks in one worker

I have a bundle which contains Celery and RabbitMQ for tasks and FastApi app for web requests.
The celery app starts from command prompt with celery -A celery_app worker -l info -P gevent.
Rabbit is deployed in Docker Container.
FastApi starts from python script.