This commit is contained in:
Andras Bacsai
2023-05-23 15:48:05 +02:00
parent 8e819485e4
commit 8677b1d85d
11 changed files with 49 additions and 25 deletions

View File

@@ -25,6 +25,9 @@ function sync-bunny {
function queue {
bash vendor/bin/spin exec -u webuser coolify php artisan queue:listen
}
function horizon {
bash vendor/bin/spin exec -u webuser coolify php artisan horizon -vvv
}
function schedule {
bash vendor/bin/spin exec -u webuser coolify php artisan schedule:work
}