[supervisord] logfile = /var/log/supervisor/supervisord.log logfile_maxbytes = 50MB logfile_backups = 10 loglevel = debug pidfile = /var/run/supervisord.pid nodaemon = true minfds = 1024 minprocs = 200 umask = 022 directory = /tmp nocleanup = true childlogdir = /tmp [program:swf-data_landing_zone-decider] directory = /var/app command = garcon decider spotify autorestart = True process_name = %(program_name)s_%(process_num)02d numprocs = 1 [program:swf-data_landing_zone-worker] directory = /var/app command = garcon worker spotify autorestart = True process_name = %(program_name)s_%(process_num)02d numprocs = 5