Skip to content

Instantly share code, notes, and snippets.

@andrekutianski
Created December 17, 2023 01:37
Show Gist options
  • Save andrekutianski/b589171f04804f737993e3f1b703c099 to your computer and use it in GitHub Desktop.
Save andrekutianski/b589171f04804f737993e3f1b703c099 to your computer and use it in GitHub Desktop.
[program:app-scalelite-worker]
user=laradock
process_name=%(program_name)s_%(process_num)02d
directory=/var/www
command=php artisan queue:work --queue=scalelite --sleep=3 --tries=3
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
numprocs=2
redirect_stderr=true
stdout_logfile=/var/www/storage/logs/worker.log
stopwaitsecs=3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment