-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 1230/multi failuire backend regression #1234
Issue 1230/multi failuire backend regression #1234
Conversation
Thank you @irenemachine for diving into this. I'll try to put together some time over the weekend to try out your fixes. |
Is it worth adding some tests around requeues? I'm happy to add some |
What ended up happening with this PR? It looks like it's to another branch, not an actual release? |
I've been using it on a fork, it does look ok. |
Yeah, I guess it's the
that I'm confused about. This isn't going into the actual code but some other branch? |
It's not named great for sure - but, does apply to master and doesn't need anything from that PR/issue
|
I'm not at my desk, but I think 1230 was the initial complaint of multiple failure queues not working
|
Ah, so master isn't being developed anymore, so maybe this should just be closed? |
I dunno. Having multiple failure queues is pretty useful. Is that a feature for resque 2? If not can we get it in? It's pretty important. I don't mind doing the work to get it in.
|
Resque 2 is entirely cancelled. |
Ah. Was master resque 2? This merged into whatever the working branch was for the 1.x resque.
|
Yeah, master was going to be 2, and was a total redux. So that might be the miscommunication, if this is targetted at 1-x, then it should still be good to go in some fashion. |
…kend-regression Issue 1230/multi failuire backend regression
b46f2e3
into
resque:issue-1230/multi-failuire-backend-regression
I'm going to merge this into that branch, and then submit a new PR with that branch to 1-x-stable. Thakns! |
Fixes a few bugs around multi failure queue functionality:
Re-queueing/deleting a failed job uses the wrong index and wrong queue.
Failure overview page queue links broken.
Re-queueing/clearing all failed jobs doesn't work for all failure queues, only the failed queue.