Ver Fonte

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 há 9 anos atrás
pai
commit
726cf9b0a0
1 ficheiros alterados com 3 adições e 3 exclusões
  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