Second high priority queue through database

This commit is contained in:
Dillon Ngo
2024-01-26 04:03:06 +08:00
parent 8fc3ac1b55
commit f83c89b5f3
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -42,6 +42,14 @@ return [
'after_commit' => false,
],
'high_priority' => [
'driver' => 'database',
'table' => 'jobs',
'queue' => 'shared_queue',
'retry_after' => 3600,
'after_commit' => false,
],
'beanstalkd' => [
'driver' => 'beanstalkd',
'host' => 'localhost',