Merge pull request #272 from turbo124/master

Change from queue:listen to queue:work.
This commit is contained in:
David Bomba
2021-01-28 19:36:01 +11:00
committed by GitHub

View File

@@ -25,4 +25,5 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
command=php artisan queue:listen
numprocs=2
command=php artisan queue:work --sleep=3 --tries=1 --memory=1024 --timeout=3600 --daemon