[unix_http_server] file=/tmp/supervisor.sock [supervisord] nodaemon=true logfile=/dev/stdout logfile_maxbytes=0 pidfile=/var/run/supervisord.pid [supervisorctl] serverurl=unix:///tmp/supervisor.sock [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [program:exporter_api] command=venv/bin/ddtrace-run venv/bin/gunicorn --config=./gconfig.py 'dapd_exporter_api.api_entry:setup_api()' environment=PYTHONUNBUFFERED="1" stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stdout stderr_logfile_maxbytes=0 autostart=true autorestart=true [program:task_manager] command=venv/bin/huey_consumer.py dapd_exporter_api.task_manager.tasks.task_manager -w2 -k process environment=PYTHONUNBUFFERED="1" stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stdout stderr_logfile_maxbytes=0 autostart=true autorestart=true