Laravel 8 introduced Job Batching, which allows to execute jobs in batches and perform actions on batch completion. However Laravel documentation does not have a section regarding configurations of Job Batching table and database connection.
How can different database for job_batching
table can be specified, and is it possible to rename the job_batching
table name?