Skip to content
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

Retry failed job, chooses incorrect job #121

Open
mintotsai opened this issue Oct 5, 2016 · 2 comments
Open

Retry failed job, chooses incorrect job #121

mintotsai opened this issue Oct 5, 2016 · 2 comments

Comments

@mintotsai
Copy link

I have a situation where I'm retrying a failed job and it retries an incorrect job instead of the one I chose. Maybe that I have 986 pages of failed jobs (see image below), and resque can't handle the large amount.

To reproduce:

  1. Go to Failed tab
  2. Scroll to bottom where it shows numbering for multiple pages of failed jobs
    resque_
  3. Click on the highest number for latest page of failed job
  4. Go to a failed job
  5. Click retry
@mlh758
Copy link

mlh758 commented Sep 16, 2019

I think the issue here is that the id used in the parameter appears to actually be the index into the failed queue. If the failure list is changing while this happens, that index could end up being incorrect.

Controller method
Redis datastore for failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants