felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 342 forks source link

Possibility to update job data #713

Closed ammirator-administrator closed 2 days ago

ammirator-administrator commented 3 months ago

It would be cool to be able to update a job data before retrying it or promoting or etc etc This way if we have a multistaged job for example we can update the stage, or if some job data is missing or is wron due to code logic errors or something like that then we can edit it From a UI perspective, It can be something like, a modal when presing Promote/Retry button which will ask if we want to modify job data or not Or jus a separate button which gives this possibility to edit the data From a backend perspective BullMq has this method on a job named updateData({}) so to implement this should be a quick thing

stale[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.