'database' => [
'driver' => 'database',
+ 'connection' => null,
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
],
+ // Job batching
+ 'batching' => [
+ 'database' => 'mysql',
+ 'table' => 'job_batches',
+ ],
+
// Failed queue job logging
'failed' => [
'driver' => 'database-uuids',