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
The "Enqueue All Immediately" button in the pending tab does not work as I would expect. Looking at code, the button will call reach the route post "/requeue/all", which will retry only failed jobs.
I think the root cause of this issue is because the same route is used for both the "Enqueue All Immediately" buttons in the failed and pending tabs. Since both behaviour are useful, I think a new route should be added for the pending tab.
The text was updated successfully, but these errors were encountered:
Hello,
The "Enqueue All Immediately" button in the pending tab does not work as I would expect. Looking at code, the button will call reach the route
post "/requeue/all"
, which will retry only failed jobs.I think the root cause of this issue is because the same route is used for both the "Enqueue All Immediately" buttons in the failed and pending tabs. Since both behaviour are useful, I think a new route should be added for the pending tab.
The text was updated successfully, but these errors were encountered: