django - what might delay my celery tasks? -


lo guys,

i have lil problem , maybe me figure out happening here:

i have thousands of same tasks should execute in milliseconds , right after restart worker execute in milliseconds, right after logging of bunch of tasks big blob celery saying done (http://d.pr/n/66h) in lager time frame .. , after each of tasks take around 5-13s execute. made me calculate celery might done of tasks in week of execution time. (aaaaahhhhh)

after worker restart 30-60 task executed in normal speed say. after 1 result every few seconds - mentioned above kinda 4-13s. sure in cases there little bit more than in others, not justify differences 0.08s 13s!

im using redis broker (in gonna switch rabbitmq soon) , result backend , task saves data solr instance of connections should still done in milliseconds!

id able figure out delays tasks. anybody?

cheery andy

we had same problem here. solved problem playing aroung celery-settings in our django-settings. after decreasing concurrency (to 2) , resetting original state (10) worked fine. maybe give try.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -