Skip to content

Commit

Permalink
Merge pull request #1058 from nott/supervisord-examples
Browse files Browse the repository at this point in the history
Add killasgroup=true to the supervisord configuration file example for celeryd
  • Loading branch information
ask committed Nov 16, 2012
2 parents 8ffee5a + 637b4ad commit c64ac28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extra/supervisord/celeryd.conf
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 c64ac28

Please sign in to comment.