Closed robbiehudson closed 11 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.
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.
i'm currently reworking pyres failure backends so i'm closing this old item.
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.