diff --git a/extra/supervisord/celeryd.conf b/extra/supervisord/celeryd.conf index 5070d8b1488..89286fcf19f 100644 --- a/extra/supervisord/celeryd.conf +++ b/extra/supervisord/celeryd.conf @@ -26,6 +26,11 @@ startsecs=10 ; Increase this if you have very long running tasks. stopwaitsecs = 600 +; When resorting to send SIGKILL to the program to terminate it +; send SIGKILL to its whole process group instead, +; taking care of its children as well. +killasgroup=true + ; if rabbitmq is supervised, set its priority higher ; so it starts first priority=998