feat(bull): support removing repeatable jobs#574
Conversation
44d13f6 to
297fc52
Compare
|
Prs requires at least 1 approval |
|
@roggervalf I unfortunately have time to review. Is there someone else from your team that can review? |
|
hi @bradvogel, could you please add @richardmaysundo?, he is from my team and can help on reviewing prs |
|
can we be added as collaborators in https://www.npmjs.com/package/bull-arena? https://www.npmjs.com/~rogger.794, https://www.npmjs.com/~richardmaysundo |
|
@roggervalf I made you admin on this repository. You can add whoever you'd like to. |
richardmaysundo
left a comment
There was a problem hiding this comment.
LGTM, only need to rename variable 'r' here https://github.com/bee-queue/arena/pull/574/files#diff-e36254d8c0d26892d85dda23a915f524ec640aadfb50e7dc4bc0abe1894934dcR140
## [3.30.0](v3.29.5...v3.30.0) (2022-10-18) ### Features * **bull:** support removing repeatable jobs ([#574](#574)) ([29528cf](29528cf))
|
🎉 This PR is included in version 3.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes Made
Add new button to remove repeatable jobs if a job is linked to one
Potential Risks
None, this should be only be visible for bull package
Test Plan
Make sure there is not repeatable job in delayed state when you click remove repeatable button
Checklist