Celery, periodic task runs consecutively without interval inbetween -
i'm trying run task every second.
i expect see like
4:00:00 4:00:01 4:00:02 normally do, see
4:00:00 4:00:00 4:00:00 it seems multiple tasks didn't chance run , runs later together.
is there way fix it? or should different other celery run task every second.
Comments
Post a Comment