[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:ows-film-transparency-etl-decider-cable-ingestion] directory=/var/app command=python application.py decider cable_ingestion autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1 [program:ows-film-transparency-etl-worker-cable-ingestion] directory=/var/app command=python application.py worker cable_ingestion autorestart=True process_name=%(program_name)s_%(process_num)02d numprocs=1