Created
February 28, 2018 09:56
-
-
Save decodedmrq/9317df9f406f87fb90caab6dcbe60a96 to your computer and use it in GitHub Desktop.
Laravel example worker
This file contains hidden or 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:schools-worker] | |
process_name=%(program_name)s_%(process_num)02d | |
command=php /home/ubuntu/projects/schools/artisan queue:work --sleep=3 --tries=3 | |
autostart=true | |
autorestart=true | |
user=ubuntu | |
numprocs=5 | |
redirect_stderr=true | |
stdout_logfile=/home/ubuntu/projects/schools/storage/logs/worker.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment