A Job Queue Bundle for Symfony2
A job queue is a system software data structure maintained by job scheduler software., (*1)
Users submit their programs that they want executed, "jobs", to the queue for batch processing. The scheduler software maintains the queue as the pool of jobs available for it to run., (*2)
Multiple batch queues might be used by the scheduler to differentiate types of jobs depending on parameters such as:, (*3)
- job priority
- estimated execution time
- resource requirements
The use of a batch queue gives these benefits:, (*4)
- sharing of computer resources among many users
- time-shifts job processing to when the computer is less busy
- avoids idling the compute resources without minute-by-minute human supervision
- allows around-the-clock high utilization of expensive computing resources
Please see the wiki for more information and/or documentation., (*5)
Installation
Add the following to your deps
file:, (*6)
[XaavQueueBundle]
git=git://github.com/xaav/XaavQueueBundle.git
target=/bundles/Xaav/QueueBundle
Run the vendors script:, (*7)
php bin/vendors install
Please see [here][5] for a more detailed guide., (*8)
Contributing
The following contributions are welcome:, (*9)
- Pull Requests
- Adding adapters
- Adding ways to empty the queue
- Reporting Issues
- Reporting of bugs/crashes
- Suggesting new features
- Improvement of Wiki Pages
If this bundle has been useful to you, please consider making one or more of the above contributions., (*10)
License
This work is released into the public domain and is also availiable under the [xaavnetwork openlicense][4]., (*11)