How to setup a group in supervisord? How to setup a group in supervisord? python python

How to setup a group in supervisord?


You need to use a * wildcard to select all programs in a group:

supervisorctl restart tapjoy:*

Note: it may that your shell requires you to escape the *, usually with \*


I know it's an old thread, but I ran into the same problem, and it would've been good to find the answer here. So for future reference, instead of:

program=tapjoy-game1,tapjoy-game2

You need:

programs=tapjoy-game1,tapjoy-game2

Docs: http://supervisord.org/configuration.html#group-x-section-values