[supervisord] stdout_events_enabled=true stderr_events_enabled=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 loglevel = info pidfile = /var/run/supervisord.pid nodaemon = true minfds = 1024 minprocs = 200 umask = 022 directory = /tmp nocleanup = true childlogdir = /tmp [program:processing-accounting-decider] directory=/var/app command=garcon decider accounting_statement_export autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1 [program:processing-accounting-worker] directory=/var/app command=garcon worker accounting_statement_export autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=5 [program:custom-export-decider] directory=/var/app command=garcon decider custom_export autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1 [program:custom-export-worker] directory=/var/app command=garcon worker custom_export autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=10 [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