-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Feature: Edit job's data at failed / waiting tabs #478
Comments
Can you elaborate? |
Duplicate of #425 |
Just checked that ticket, it's for creating only. This one is for editing the current job, what's your opinions on it? Like it's something i really need 😆 |
So it's a duplicate of #426 :] We need to work on it. |
@felixmosh that would create a whole new job, i guess in this instance i want to keep the existing job and just update the redis value for data |
I don't think that editing an existing job is a good practice... How would you do that with code? is bull & bullmq supports it? The suggested solution that I thought of, is to add a new job with duplicated data. |
https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#jobupdate Looks like it's supported by bull here ^ Yeah, however if someone has some form of dependency on a job id also might have an issue with creating a new one. |
Ok, get your point. |
@felixmosh any idea of an eta for this 🤞🏻 |
I'm a bit busy lately... can't assure an ETA. |
Is this currently implemented? |
Not yet ... |
Released in |
The ability to edit the "data", save then it creates a log of what it previously was
The text was updated successfully, but these errors were encountered: