binarymatt / pyres

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

Further Failed Items Improvements #44

Closed robbiehudson closed 11 years ago

robbiehudson commented 14 years ago

We're using the failed items queue quite a lot at the moment.

There are several things that would be useful:

It'd also be good to remember the page you were on when you hit requeue/delete but that's probably because our error list is massive right now :)

Not sure what the consensus on using javascript is? Might be able to help out with a patch at some point.

binarymatt commented 14 years ago

I really like the idea of reference a failed job by url. However, I have no clue how one would do a lookup on a list item.

When you say javascript requeue/delete, what do you mean? Are you suggesting an ajax call, or something else?

Now that we have retry/delete single items as well as retry/delete all items, a multi-select shouldn't be too hard.

robbiehudson commented 14 years ago

The failed job url lookup is going to be a little tough with Redis I think.

Yeh, I did mean using an ajax call. Would just make the UI a bit slicker.

binarymatt commented 11 years ago

i'm currently reworking pyres failure backends so i'm closing this old item.