Magento Jobqueue
The Magento Jobqueue is a job queue module for Magento based on DJJob.
You can use this module to create arbitrary jobs which can later be processed using cron.
Install¶
- Install the Magento Jobqueue module as normal
- Install DJJob. To do this simply add DJJob.php from the DJJob repo
to
lib/DJJob/DJJob.php
- Ensure you have the Magento cron configured
Basic Usage¶
You can find basic usage information withing the README.