-
Notifications
You must be signed in to change notification settings - Fork 539
docs: sync docs-api branch with master #3229
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [5.27.0](v5.26.2...v5.27.0) (2024-11-19) ### Features * **queue:** add rateLimit method ([#2896](#2896)) ([db84ad5](db84ad5)) * **queue:** add removeRateLimitKey method ([#2806](#2806)) ([ff70613](ff70613)) ### Performance Improvements * **marker:** add base markers while consuming jobs to get workers busy ([#2904](#2904)) fixes [#2842](#2842) ([1759c8b](1759c8b))
# [5.28.0](v5.27.0...v5.28.0) (2024-11-19) ### Features * **job-scheduler:** add telemetry support to the job scheduler ([72ea950](72ea950))
## [5.28.1](v5.28.0...v5.28.1) (2024-11-20) ### Bug Fixes * **scheduler:** use Job class from getter for extension ([#2917](#2917)) ([5fbb075](5fbb075))
## [5.28.2](v5.28.1...v5.28.2) (2024-11-22) ### Bug Fixes * **queue:** change _jobScheduler from private to protected for extension ([#2920](#2920)) ([34c2348](34c2348))
# [5.29.0](v5.28.2...v5.29.0) (2024-11-22) ### Features * **queue:** refactor a protected addJob method allowing telemetry extensions ([09f2571](09f2571))
## [5.29.1](v5.29.0...v5.29.1) (2024-11-23) ### Bug Fixes * **scheduler:** remove deprecation warning on immediately option ([#2923](#2923)) ([14ca7f4](14ca7f4))
# [5.30.0](v5.29.1...v5.30.0) (2024-11-29) ### Bug Fixes * **job-scheduler:** upsert template when same pattern options are provided ([#2943](#2943)) ref [#2940](#2940) ([b56c3b4](b56c3b4)) ### Features * **queue:** add getDelayedCount method [python] ([#2934](#2934)) ([71ce75c](71ce75c)) * **queue:** add getJobSchedulersCount method ([#2945](#2945)) ([38820dc](38820dc))
## [5.31.1](v5.31.0...v5.31.1) (2024-12-04) ### Bug Fixes * **scheduler-template:** remove console.log when getting template information ([#2950](#2950)) ([3402bfe](3402bfe))
## [5.47.2](v5.47.1...v5.47.2) (2025-04-06) ### Bug Fixes * **flow:** remove job from dependencies when failParentOnFailure or continueParentOnFailure ([#3201](#3201)) ([1fbcbec](1fbcbec))
## [5.47.3](v5.47.2...v5.47.3) (2025-04-08) ### Bug Fixes * **job-scheduler:** fix endDate presence validation ([#3195](#3195)) ([339f13e](339f13e))
# [5.48.0](v5.47.3...v5.48.0) (2025-04-08) ### Features * add removeUnprocessedChildren ([#3190](#3190)) ([4b96266](4b96266))
normalize line splitting for cross-platform compatibility #3204 Co-authored-by: yasuo <xianzhengquan@tinman.cn>
# [5.49.0](v5.48.1...v5.49.0) (2025-04-16) ### Features * **job:** expose stalledCounter attribute ([#3218](#3218)) ([9456472](9456472))
## [5.49.1](v5.49.0...v5.49.1) (2025-04-17) ### Bug Fixes * **flow-producer:** use FlowProducer prefix by defualt when calling getFlow ([#3224](#3224)) ([bd17aad](bd17aad))
Contributor
|
something does not seem right with this PR. |
Collaborator
Author
It's still a draft, for now it's being updated with master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
How
Enter the implementation details here.
Additional Notes (Optional)
Any extra info here.