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

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -