Batch Jobs
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Batch Jobs is a scalable, robust replacement for the batch facility in Drupal core. While the batch facility in Drupal core works fine for small jobs, it stores all the information in one record in one database table. This is not scalable and results in overloading the database server. Batch Jobs has separate database tables for the batch jobs and batch tasks which allows tasks to be retrieved and updated with much less effort. It also has reports for batch jobs and the tasks for a batch job which make it easier to find the status of a batch job, when tasks started and ended and the results of a task. For large batch jobs this is essential so that tasks that failed can be investigated and fixed.
Drupal 8
The Batch Jobs Example module has been added both for testing purposes and to provide an example how to use the Batch Jobs module. To create an example batch job visit the path batch-jobs/example.
