Last active
February 10, 2018 18:29
-
-
Save Ravaelles/be203f381ea1fddd258f496e2f9bf996 to your computer and use it in GitHub Desktop.
Laravel Supervisor laravel-worker config, permalink: https://gist.githubusercontent.com/Ravaelles/be203f381ea1fddd258f496e2f9bf996/raw/laravel-worker.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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