]> BookStack Code Mirror - bookstack/blobdiff - app/Config/queue.php
Add optional OIDC avatar fetching from the “picture” claim
[bookstack] / app / Config / queue.php
index a14799f354d87d0f9652afd02c5513b63daf7a3e..08f3a5baab59526afc8fe47ecb0942f4aee905a2 100644 (file)
@@ -23,6 +23,7 @@ return [
 
         'database' => [
             'driver'       => 'database',
+            'connection'   => null,
             'table'        => 'jobs',
             'queue'        => 'default',
             'retry_after'  => 90,
@@ -40,6 +41,12 @@ return [
 
     ],
 
+    // Job batching
+    'batching' => [
+        'database' => 'mysql',
+        'table' => 'job_batches',
+    ],
+
     // Failed queue job logging
     'failed' => [
         'driver'   => 'database-uuids',