Add config for job batching
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-12-09 14:08:02 +01:00
parent 75dc0d9769
commit 5bad88c5f4
1 changed files with 17 additions and 0 deletions

View File

@ -69,6 +69,23 @@ return [
],
/*
|--------------------------------------------------------------------------
| Job Batching
|--------------------------------------------------------------------------
|
| The following options configure the database and table that store job
| batching information. These options can be updated to any database
| connection and table which has been defined by your application.
|
*/
'batching' => [
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'job_batches',
],
/*
|--------------------------------------------------------------------------
| Failed Queue Jobs