I have a celery task that has to run every 1 min. But I am facing a situation where the celery beat task did not trigger for 6 mins and suddenly triggered multiple times.
Celery Version: 5.2.3
Celery-Beat Version: 2.2.1
RabbitMQ: 3.8.5
Not able to reproduce in local, this is happening the production.
Here is the graph for task trigger timing. The main process task received logs are plotted here.
I have a celery task that has to run every 1 min. But I am facing a situation where the celery beat task did not trigger for 6 mins and suddenly triggered multiple times.
Not able to reproduce in local, this is happening the production.
Here is the graph for task trigger timing. The main process task received logs are plotted here.