You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to Failed tab
Scroll to bottom where it shows numbering for multiple pages of failed jobs
Click on the highest number for latest page of failed job
Go to a failed job
Click retry
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: