vend / php-resque

PHP port of resque (Workers and Queueing)
MIT License
32 stars 9 forks source link

Worker waits when job creation fails #18

Open teake opened 9 years ago

teake commented 9 years ago

Right now workers wait for a whole new interval whenever a dequeued jobs throw an exception upon creation in Worker::createJobInstance(). It would be better if workers moved straight on to a new job.