Skip to content

.Net - Performance Fix for Orchestration Result#13317

Merged
crickman merged 3 commits into
mainfrom
crickman/dotnet-orchestration-result-perffix
Oct 30, 2025
Merged

.Net - Performance Fix for Orchestration Result#13317
crickman merged 3 commits into
mainfrom
crickman/dotnet-orchestration-result-perffix

Conversation

@crickman

Copy link
Copy Markdown
Contributor

Motivation and Context

Using synchronous WaitAll creates extra CPU load at scale.

Description

Use asynchronous WhenAny with timeout for modern .NET and using Delay task for .netstandard.

Contribution Checklist

@crickman crickman self-assigned this Oct 30, 2025
@crickman
crickman requested a review from a team as a code owner October 30, 2025 18:08
@crickman crickman added .NET Issue or Pull requests regarding .NET code multi-agent Issues for multi-agent orchestration labels Oct 30, 2025
@github-actions github-actions Bot changed the title .NET - Performance Fix for Orchestration Result .Net - Performance Fix for Orchestration Result Oct 30, 2025
@crickman crickman moved this to Sprint: In Review in Semantic Kernel Oct 30, 2025
@crickman
crickman enabled auto-merge October 30, 2025 18:19
@crickman
crickman added this pull request to the merge queue Oct 30, 2025
Merged via the queue into main with commit d9ea1e3 Oct 30, 2025
18 checks passed
@crickman
crickman deleted the crickman/dotnet-orchestration-result-perffix branch October 30, 2025 19:06
@github-project-automation github-project-automation Bot moved this from Sprint: In Review to Sprint: Done in Semantic Kernel Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

multi-agent Issues for multi-agent orchestration .NET Issue or Pull requests regarding .NET code

Projects

Status: Done
Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants