[supervisord] stdout_events_enabled=true stderr_events_enabled=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 loglevel = debug pidfile = /var/run/supervisord.pid nodaemon = true minfds = 1024 minprocs = 200 umask = 022 directory = /tmp nocleanup = true childlogdir = /tmp user = root [program:proper-new-releases-tracks-decider] directory=/var/app command=/var/venv/bin/garcon decider proper_new_releases_tracks autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1 [program:proper-new-releases-tracks-worker] directory=/var/app command=/var/venv/bin/garcon worker proper_new_releases_tracks autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=2 [program:proper-changed-releases-decider] directory=/var/app command=/var/venv/bin/garcon decider proper_changed_releases autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1 [program:proper-changed-releases-worker] directory=/var/app command=/var/venv/bin/garcon worker proper_changed_releases autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1 [inet_http_server] port = 127.0.0.1:9001 [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] serverurl=unix:///var/run/supervisor.sock