Created
December 17, 2023 01:37
-
-
Save andrekutianski/b589171f04804f737993e3f1b703c099 to your computer and use it in GitHub Desktop.
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: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