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 Task dispatches across tenants or users so that a burst from one caller does not starve others.

Priority

Assigns a priority level to Workflows and Activities so that time-sensitive work dispatches 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 Queue Priority and Fairness

Control Task dispatch order within a Task Queue using priority levels, and use Fairness to stop tenants from blocking each other.

Task Queues

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