Skip to main content

15 docs tagged with "Task Queues"

View all tags

Downstream Rate Limiting

Rate-limits calls to a downstream service by routing throttled Activities to a dedicated Task Queue with a server-enforced throughput cap.

Fairness

Distributes Worker capacity evenly across tenants or users so that a burst from one caller does not starve the others.

Priority Task Queues

Assigns a priority level to Workflows and Activities so that time-sensitive work executes ahead of lower-priority work within a single Task Queue.

Task Queue performance

Use Task Queue backlog metrics and CLI or SDK queries to evaluate Worker load and tune Task Queue processing.

Task Queues

Explore the role of Worker Processes in polling Task Queues and executing Tasks.