Skip to content

Conversation

@YunchuWang
Copy link
Member

@YunchuWang YunchuWang commented Nov 10, 2025

This change introduces customer-defined orchestration dispatch priority
It allows customers to assign a priority value to orchestration instances so that higher-priority work items are dispatched earlier when multiple orchestration runs are competing for execution.

This mechanism affects dispatch ordering, not completion order.
While higher-priority instances are more likely to be picked up and started first, completion time is not guaranteed, as execution duration varies per orchestration and multiple work items are processed concurrently across workers.

@YunchuWang YunchuWang marked this pull request as ready for review November 10, 2025 22:00
@YunchuWang YunchuWang changed the title Support custom priority on orchestration scheduling Support custom priority on orchestration workitem dispatching Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants