Skip to content

Instantly share code, notes, and snippets.

@flug
Created December 20, 2017 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flug/f98b38facc79cb2419399eaa2f602dab to your computer and use it in GitHub Desktop.
Save flug/f98b38facc79cb2419399eaa2f602dab to your computer and use it in GitHub Desktop.
[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 --daemon
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