Skip to content

Instantly share code, notes, and snippets.

@Sekaiichi
Created May 25, 2022 12:12
Show Gist options
  • Save Sekaiichi/44373a01b07dc2e4c5810461cbf1a16e to your computer and use it in GitHub Desktop.
Save Sekaiichi/44373a01b07dc2e4c5810461cbf1a16e to your computer and use it in GitHub Desktop.
[supervisord]
nodaemon=false
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php %(ENV_APP_ROOT)s/artisan horizon
stdout_logfile=%(ENV_APP_ROOT)s/storage/logs/worker.log
autostart=true
autorestart=true
numprocs=%(ENV_NUM_PROCS)s
redirect_stderr=true
stopwaitsecs=3600
identifier=supervisor-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment