binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

delayed queue worker should use lpush #48

Open binarymatt opened 14 years ago

binarymatt commented 14 years ago

when a delayed queue item is put back on the main redis queue, it should be pushed at the front of the list instead of the back of the list.