update queue script
This commit is contained in:
parent
d64ec4b45d
commit
d488df0827
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function sync-bunny {
|
||||||
php artisan sync:bunny --env=secrets
|
php artisan sync:bunny --env=secrets
|
||||||
}
|
}
|
||||||
function queue {
|
function queue {
|
||||||
bash vendor/bin/spin exec -u webuser coolify php artisan queue:listen
|
bash vendor/bin/spin exec -u webuser coolify php artisan horizon
|
||||||
}
|
}
|
||||||
function schedule {
|
function schedule {
|
||||||
bash vendor/bin/spin exec -u webuser coolify php artisan schedule:work
|
bash vendor/bin/spin exec -u webuser coolify php artisan schedule:work
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue