|
@@ -24,10 +24,8 @@ 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
|
|
|
+; Causes supervisor to send the termination signal (SIGTERM) to the whole process group.
|
|
|
+stopasgroup=true
|
|
|
|
|
|
; Set Celery priority higher than default (999)
|
|
|
; so, if rabbitmq is supervised, it will start first.
|