소스 검색

Merge pull request #2813 from raratiru/raratiru-patch-1

Set celery priority in supervisord higher
Ask Solem Hoel 9 년 전
부모
커밋
f88fb202db
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