Merge pull request #2926 from GautierDele/patch-1

[php-worker] The daemon config is deprecated.
This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-03 18:34:36 +08:00 committed by GitHub
commit ecdfa174dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
command=php /var/www/artisan queue:work --sleep=3 --tries=3
autostart=true
autorestart=true
numprocs=8