-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Possibility to update job data #713
Comments
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. |
Closed
alexandresoro
pushed a commit
to alexandresoro/ouca
that referenced
this issue
Oct 2, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@bull-board/api](https://github.com/felixmosh/bull-board) ([source](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api)) | dependencies | minor | [`5.21.7` -> `5.23.0`](https://renovatebot.com/diffs/npm/@bull-board%2fapi/5.21.7/5.23.0) | | [@bull-board/fastify](https://github.com/felixmosh/bull-board) ([source](https://github.com/felixmosh/bull-board/tree/HEAD/packages/fastify)) | dependencies | minor | [`5.21.7` -> `5.23.0`](https://renovatebot.com/diffs/npm/@bull-board%2ffastify/5.21.7/5.23.0) | --- ### Release Notes <details> <summary>felixmosh/bull-board (@​bull-board/api)</summary> ### [`v5.23.0`](https://github.com/felixmosh/bull-board/blob/HEAD/CHANGELOG.md#v5230) [Compare Source](felixmosh/bull-board@v5.22.0...v5.23.0) > 19 September 2024 - feat: add duplicate job, closes [#​426](felixmosh/bull-board#426) [`#426`](felixmosh/bull-board#426) - Release 5.23.0 [`cf76409`](felixmosh/bull-board@cf76409) ### [`v5.22.0`](https://github.com/felixmosh/bull-board/blob/HEAD/CHANGELOG.md#v5220) [Compare Source](felixmosh/bull-board@v5.21.7...v5.22.0) > 18 September 2024 - chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates [`#821`](felixmosh/bull-board#821) - chore(deps): bump the npm_and_yarn group across 6 directories with 4 updates [`#818`](felixmosh/bull-board#818) - Feat: add job data update, closes [#​713](https://github.com/felixmosh/bull-board/issues/713),[#​796](https://github.com/felixmosh/bull-board/issues/796) [`#713`](felixmosh/bull-board#713) - fix: types [`4695e7c`](felixmosh/bull-board@4695e7c) - Release 5.22.0 [`c97a468`](felixmosh/bull-board@c97a468) - feat: improve progress bar svg based on https://x.com/devongovett/status/1835692034104918053/photo/1 [`236065f`](felixmosh/bull-board@236065f) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4xIiwidXBkYXRlZEluVmVyIjoiMzguMTAxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/143 Reviewed-by: Alexandre Soro <[email protected]> Co-authored-by: renovate <[email protected]> Co-committed-by: renovate <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 notOr 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 thingThe text was updated successfully, but these errors were encountered: