Relative Content

Tag Archive for pythoncelerycelerybeatapply-async

Overlapping tasks in Python Celery (RabbitMQ)

I have a problem! When performing several tasks in a loop in celery, sometimes the next task begins to run without waiting for its previous call to be completed.
I need a strictly consistent sequence of tasks with the same argument!