[supervisord] nodaemon=true user=airflow logfile=/var/log/supervisor/supervisord.log pidfile=/run/nginx/supervisord.pid loglevel=info [program:nginx] command=/usr/sbin/nginx -g "daemon off;" autostart=true autorestart=true startsecs=5 startretries=3 stopwaitsecs=10 stopasgroup=true killasgroup=true stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 priority=5 [program:refresh-service] command=gunicorn --bind 127.0.0.1:5000 --workers 1 --worker-class gevent --timeout 120 --chdir / refresh_service:app autostart=true autorestart=true startsecs=3 startretries=5 stopwaitsecs=10 stopasgroup=true killasgroup=true stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 priority=10 [program:airflow-webserver] command=airflow webserver autostart=true autorestart=true startsecs=10 startretries=5 stopwaitsecs=30 stopasgroup=true killasgroup=true stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 priority=20 [program:airflow-scheduler] command=airflow scheduler autostart=true autorestart=true startsecs=10 startretries=5 stopwaitsecs=30 stopasgroup=true killasgroup=true stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 priority=30