Fix queue

This commit is contained in:
2025-02-18 18:48:32 +01:00
parent 2fdd34bc35
commit 313c0a6a9a
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ php ./artisan migrate --force
php ./artisan optimize:clear && php ./artisan optimize
# Queue worker
php ./artisan queue:work --queue=high,default --tries=3 --timeout=90 --sleep=3 --daemon --no-interaction &
php ./artisan queue:work --queue=high,default --tries=3 --timeout=300 --sleep=3 --daemon --no-interaction &
# Start all of the server sumulataneously
php ./artisan serve --no-interaction -vvv --port=80 --host=0.0.0.0