Vue Polling - Second high priority queue through database

This commit is contained in:
Dillon Ngo
2024-03-14 16:29:26 +08:00
parent be65829dd5
commit ffd338e287
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -34,6 +34,13 @@ return [
'driver' => 'sync',
],
'high_priority' => [
'driver' => 'database',
'table' => 'jobs',
'queue' => 'high_priority',
'retry_after' => 90,
],
'database' => [
'driver' => 'database',
'table' => 'jobs',