소스 검색

Set celery priority in supervisord higher

From supervisord [docs](http://supervisord.org/configuration.html):

> Higher priorities indicate programs that start last and shut down first.
George Tantiras 9 년 전
부모
커밋
726cf9b0a0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      extra/supervisord/celeryd.conf

+ 3 - 3
extra/supervisord/celeryd.conf

@@ -29,6 +29,6 @@ stopwaitsecs = 600
 ; taking care of its children as well.
 killasgroup=true
 
-; if rabbitmq is supervised, set its priority higher
-; so it starts first
-priority=998
+; Set Celery priority higher than default (999)
+; so, if rabbitmq is supervised, it will start first.
+priority=1000