apinstein / jqjobs

A job queue engine for PHP.
32 stars 5 forks source link

Add workFactor feature. #8

Open apinstein opened 11 years ago

apinstein commented 11 years ago

This change is Reviewable

ardell commented 11 years ago

Looks good; one small xdebug_break() to remove.

apinstein commented 11 years ago

This branch is ready-to-go; however the original need for the feature is now gone since we re-factored how we will run our worker queues (using Heroku).

Thus this branch might not ever be needed.

Alternatively this might be better off being part of a pluggable scheduler feature (maybe like requeue?).

apinstein commented 11 years ago

THIS LOOKS OUT OF DATE! I factored out the test changes to master and rebased...