change config for pushing back failed jobs.

main
Giò 2024-04-19 09:10:00 +02:00
parent 63ae112e40
commit e679c0eaba
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ return [
*/
'batching' => [
'database' => env('DB_CONNECTION', 'sqlite'),
'database' => env('DB_CONNECTION', 'database'),
'table' => 'job_batches',
],
@ -105,7 +105,7 @@ return [
'failed' => [
'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
'database' => env('DB_CONNECTION', 'sqlite'),
'database' => env('DB_CONNECTION', 'database'),
'table' => 'failed_jobs',
],