chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.43k stars 759 forks source link

Remove the matched item from the $tempQueue list. #221

Closed SteveTherrien closed 8 years ago

SteveTherrien commented 10 years ago

Removes the matched item from the list to properly dequeue a job. Addresses issue #218.

theaxel commented 9 years ago

Fixed with #223 wich is already merged.