Skip to content

Commit

Permalink
Add killasgroup=true to the supervisord configuration file example fo…
Browse files Browse the repository at this point in the history
…r celeryd
  • Loading branch information
staaas committed Nov 6, 2012
1 parent b08cb7f commit 637b4ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extra/supervisord/celeryd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 637b4ad

Please sign in to comment.