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
Post a Comment