Link semantics
PriorityTaskPoolPriorityTaskPool
Enqueues work into a named priority worker pool.
When to use
Choose this mode only when the edge needs execution behavior different from the service default.
Behavior
- Higher numeric priority is processed first.
Delivery properties
Properties visible for this mode
PropertyTypeDescription
callSemanticsInherited | FunctionCall | TaskPool | PriorityTaskPool | ParallelCallDelivery policy for the edge.
Allowed:Inherited, FunctionCall, TaskPool, PriorityTaskPool, ParallelCallpoolNamePoolNamed worker pool.
RequiredTaskPool or PriorityTaskPoolpriority0..255Higher values run first.
Default:0PriorityTaskPool onlyConfiguration example
callSemantics: PriorityTaskPool
poolName: workers
priority: 10