Skip to content

Instantly share code, notes, and snippets.

@bankerrajendra
Created August 31, 2018 11:14
Show Gist options
  • Save bankerrajendra/04c01b9cfdb43daa7e743fec1f476f87 to your computer and use it in GitHub Desktop.
Save bankerrajendra/04c01b9cfdb43daa7e743fec1f476f87 to your computer and use it in GitHub Desktop.
laravel-worker
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /home/forge/app.com/artisan queue:work sqs --sleep=3 --tries=3
autostart=true
autorestart=true
user=forge
numprocs=8
redirect_stderr=true
stdout_logfile=/home/forge/app.com/worker.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment