WorkerLostError ("Worker exited prematurely: signal 4 (SIGILL).",)

cellery version 4.0.2 celery - rare worker -Q mm --loglevel = info

Also I have tried

REMAP_SIGTERM = celery SIGQUIT - rare worker -Q mm --loglevel = info

[2017-06-16 11: 20: 15.457: INFO / MainProcess] Received job: rare.tasks.process_audio_chunk [84b8c566-48b4-4e20-a916-07d8f59c09a4] [2017-06-16 11: 20: 15.473: INFO / PoolWorker -6] Start new HTTP connection (1): 10.10.99.5 [2017-06-16 11: 20: 17.674: ERROR / MainProcess] Process "PoolWorker-6" pid: 9933 exited with "signal 4 (SIGILL)" [ 2017-06-16 11: 20: 17,685: ERROR / MainProcess] Task handler error: WorkerLostError ("The worker exited prematurely: signal 4 (SIGILL).",) Traceback (last call last): File "/ home / deploy / Envs /rare_management/local/lib/python2.7/site-packages/billiard/pool.py ", line 1224, in mark_as_worker_lost human_status (ExitCode)), WorkerLostError: Worker exited prematurely: signal 4 (SIGILL).

+3


source to share


1 answer


The error was due to a code exit, in my celery task due to an empty version. Updated NumPy and works great.



0


source







All Articles