-
Notifications
You must be signed in to change notification settings - Fork 235
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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