Changed queue worker
Some checks failed
Push image to registry / build-image (push) Failing after 7m39s

This commit is contained in:
2025-02-20 19:22:38 +01:00
parent f1f32c44b5
commit 51eafce03a
4 changed files with 20 additions and 3 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=300 --sleep=3 --daemon --no-interaction &
supervisorctl start "laravel-worker:*"
# Start all of the server sumulataneously
php ./artisan serve --no-interaction -vvv --port=80 --host=0.0.0.0