0

I am running my celery worker this way:

celery -A main worker --loglevel=info --without-gossip --without-mingle -Ofair --autoscale=64,16

So there are tasks which run on very 5 min interval. Now in my website lets say i created a post then while creating that it triggers certain tasks as well. After that my 5 min tasks which run in this manner(0,5,10,15,20 etc..) starts getting executed (3,8,13 etc...) and task timing getting changed like this is a huge issue.

0 Answers0