-
Notifications
You must be signed in to change notification settings - Fork 449
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(job): add moveToWait method for manual processing #2978
Conversation
39be1f2
to
e9d1f3e
Compare
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.
Wouldn't we also need to update the documentation on how to use this method?
74f1ca1
to
09383d9
Compare
Already added |
3ac3172
to
ddf7dc4
Compare
4e9abd6
to
0a1391b
Compare
4a0d8f7
to
5e22eca
Compare
5e22eca
to
3ba7be2
Compare
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
# [5.41.0](v5.40.5...v5.41.0) (2025-02-14) ### Features * **job:** add moveToWait method for manual processing ([#2978](#2978)) ([5a97491](5a97491)) * **queue:** support removeGlobalConcurrency method ([#3076](#3076)) ([ece8532](ece8532)) ### Performance Improvements * **add-job:** add job into wait or prioritized state when delay is provided as 0 ([#3052](#3052)) ([3e990eb](3e990eb))
When manually rate limiting a job, in manual processing pattern this method was missed to be exposed