[unix_http_server] file=/var/run/supervisor.sock chmod=0700 [supervisord] nodaemon=true logfile=/dev/null user=root [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] serverurl=unix:///var/run/supervisor.sock [program:cron] command=/usr/sbin/cron -f autostart=true autorestart=true startretries=3 user=root stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr [program:messenger-consume-async-high] command=php bin/console messenger:consume async_priority_high --time-limit=3600 --memory-limit=256M --no-interaction --sleep=1 directory=/var/www user=www-data autostart=true autorestart=true startsecs=3 stopasgroup=true killasgroup=true stopsignal=TERM stopwaitsecs=60 redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 priority=10 [program:messenger-consume-async] command=php bin/console messenger:consume async --time-limit=3600 --memory-limit=256M --no-interaction --sleep=1 directory=/var/www user=www-data autostart=true autorestart=true startsecs=3 stopasgroup=true killasgroup=true stopsignal=TERM stopwaitsecs=60 redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 priority=20 [program:scheduler-report-schedule] command=php bin/console messenger:consume scheduler_report_schedule --time-limit=3600 --memory-limit=256M --no-interaction --sleep=1 directory=/var/www user=www-data autostart=true autorestart=true startsecs=3 stopasgroup=true killasgroup=true stopsignal=TERM stopwaitsecs=60 redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 priority=31 [include] files = /etc/supervisor/conf.d/*.conf