Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
Code Block
title/etc/supervisor/conf.d/laravel-queue-worker.conf
[program:laravel-worker]

process_name=%(program_name)s_%(process_num)02d
command=php /home/forge/app.com/artisan queue:work sqsredis --sleep=3 --tries=3
autostart=true
autorestart=true
user=forge
numprocs=8
redirect_stderr=true
stdout_logfile=/home/forge/app.com/worker.log

...