billiard.exceptions.WorkerLostError:Worker 过早退出:没有 Docker 的信号 9 (SIGKILL)

问题描述 投票:0回答:1
[2021-10-27 02:05:09,365: ERROR/MainProcess] Process 'ForkPoolWorker-5' pid:12871 exited with 'signal 9 (SIGKILL)'
[2021-10-27 02:05:09,412: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).',)
Traceback (most recent call last):
  File "/home/eps88-epixel/.local/share/virtualenvs/multi-purpose-platform-v-13-mfAjRgrr/lib/python3.6/site-packages/billiard/pool.py", line 1267, in mark_as_worker_lost
    human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).

为什么 Django Celery 在日志中显示此错误?

python django celery django-celery
1个回答
0
投票

我也遇到过这个问题,原因是OOM,也许你可以加大内存再试一下。

© www.soinside.com 2019 - 2025. All rights reserved.