Skip to content

Instantly share code, notes, and snippets.

@Ravaelles
Last active February 10, 2018 18:29
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 Ravaelles/be203f381ea1fddd258f496e2f9bf996 to your computer and use it in GitHub Desktop.
Save Ravaelles/be203f381ea1fddd258f496e2f9bf996 to your computer and use it in GitHub Desktop.
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work database --sleep=3 --tries=3
autostart=true
autorestart=true
user=ubuntu
numprocs=10
redirect_stderr=true
stdout_logfile=/var/www/html/worker.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment