felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.26k stars 359 forks source link

add button to reset attempt count #737

Closed jaroslaw-weber closed 4 months ago

jaroslaw-weber commented 4 months ago

sometimes there was an issue with a job. want to retry it after the fix but the attempts are too high and it goes to failed again instead of delayed. would be nice to be able to reset the attempts count.

felixmosh commented 4 months ago

Hi @jaroslaw-weber This sounds like a duplicate job issue, (you want to create a new job with the same data & config) (#426) once implemented, You will be able to add a new job with predefined (duplicated) data & options. Closing this in favor of #426.

Feel free to reopen if this won't solves your issue.