python - What could make celery worker becoming unresponsive after a few tasks? -


my workers stopping after few (<50) tasks.

i have simple client/worker setup. client post task via func.delay(...) enter while loop wait completion of tasks (i.e checking ready() method of asyncresult). use rabbitmq broker , result backend.

the setup works...for while. after few tasks, client doesn't receive , worker seems idle (there not output in console anymore).

(the machine work on bit old resource problem not impossible. still, @ 50 tasks runs 2secs, cannot system under heavy load).


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -