
5/12/2026
What this post added
Introduces Task Queue Priority and Fairness as Generally Available features. Priority allows assigning integer priority levels to Workflows and Activities for ordered execution. Fairness uses Fairness Keys and weights for weighted round-robin task dispatching within a Task Queue, ensuring equitable resource distribution among logical groups (e.g., tenants). The post details how to use these features in code (Python SDK example provided), their use cases, how they combine, and configuration steps for Temporal Cloud and self-hosted Temporal Server. Best practices for implementation and monitoring are also discussed.