binarymatt / pyres

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

delete items from failed queue #33

Closed binarymatt closed 14 years ago

binarymatt commented 14 years ago

In the same vein as requeuing items from the failed queue, we need to be able to delete items from the queue.

see binarydud/pyres#15

aezell commented 14 years ago

Working on this now. Commentary is happening on the mailing list.

aezell commented 14 years ago

Here's the comment detailing my work on this: http://github.com/binarydud/pyres/issues/#issue/15/comment/166982

binarymatt commented 14 years ago

in master, coming in the 0.8 release