Link semantics
TaskPoolTaskPool
Enqueues work into a named FIFO worker pool.
When to use
Choose this mode only when the edge needs execution behavior different from the service default.
Behavior
- Decouples producer and consumer.
- Pool capacity and executor count control backpressure.
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 PriorityTaskPoolConfiguration example
callSemantics: TaskPool
poolName: workers