fix(core): Fix hysteresis in async context management pipelines.#26452
Merged
joshualitt merged 1 commit intomainfrom May 6, 2026
Merged
fix(core): Fix hysteresis in async context management pipelines.#26452joshualitt merged 1 commit intomainfrom
joshualitt merged 1 commit intomainfrom
Conversation
af268e9 to
2466d4b
Compare
|
Size Change: +3.26 kB (+0.01%) Total Size: 34 MB
ℹ️ View Unchanged
|
2466d4b to
7a0c392
Compare
Contributor
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
Contributor
Summary of ChangesThis pull request addresses issue #26451 by implementing hysteresis in the async context management pipelines to reduce churn from redundant utility calls. It also refactors the PipelineOrchestrator to improve scheduling and execution of pipelines, ensuring better stability and performance under load. Highlights
Activity
|
This was referenced May 6, 2026
gundermanc
approved these changes
May 6, 2026
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
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.
Fixes #26451