Batch Operations
Categories
Component ID
1156280
Component name
Batch Operations
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This Module Processes Mass Operations in batches(batch_set()) and takes php code and executes it number of times you want it to.
I hope this module will help Develpoers in some or another way.
One can run similar code for multiple times without getting "memory limit exceeded" or "mysql server gone away" error.
Currently you can run cron for number of times you want by typing drupal_cron_run(); in Code to execute: field and putting number of times you want to run Cron.
I am trying to implement some more things using batches and will be updating for implementing lot more things.
Like bulk changes in
- Node information
- User's Information
- cck fields...
