lijiang2014 / thht

Tian He Throughput Computing
0 stars 0 forks source link

WorkerLost ? #18

Open lijiang2014 opened 7 years ago

lijiang2014 commented 7 years ago

[2017-01-19 15:36:10,987: ERROR/MainProcess] Task ht_celery.tasks.run_command[839a5906 -472d-4d30-be82-0c868c713ce6] raised unexpected: WorkerLostError('Worker exited premat urely: signal 14 (SIGALRM).',) Traceback (most recent call last): File "/HOME/nscc-gz_jiangli/.virtualenvs/py34env-rh6.5/lib/python3.4/site-packages/b illiard/pool.py", line 1175, in mark_as_worker_lost human_status(exitcode)),

lijiang2014 commented 7 years ago

似乎任务长时间运行过程中会出现 Worker LOST 。是 Timeout 机制生效了的问题 。。 需要改为可配置的参数

lijiang2014 commented 7 years ago

另外需要正确的响应 Timeout 事件 。