2017 © Pedro Peláez
 

symfony-bundle queue-bundle

Job Queue for Symfony2

image

xaav/queue-bundle

Job Queue for Symfony2

  • Sunday, October 23, 2011
  • by xaav
  • Repository
  • 2 Watchers
  • 11 Stars
  • 476 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

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)

The Versions

23/10 2011

dev-master

9999999-dev http://github.com/xaav/xaavqueuebundle

Job Queue for Symfony2

  Sources   Download

OpenLicense

The Requires

  • php >=5.3.0

 

queue jobqueue

04/08 2011

0.9

0.9.0.0 http://github.com/xaav/xaavqueuebundle

Job Queue for Symfony2

  Sources   Download

OpenLicense

The Requires

  • php >=5.3.0

 

queue jobqueue