Commit 402c142
Add rate_limiting_active field to TaskQueueStats (#818)
## What
Adds `bool rate_limiting_active` to `TaskQueueStats` proto message.
## Why
Auto-scaling systems need to know when backlog growth is caused by rate
limiting rather than insufficient worker capacity. When the whole-queue
rate limit is blocking dispatches, scaling up workers doesn't help — the
bottleneck is the rate limit, not worker count.
[Server PR](temporalio/temporal#10944)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 52b6e14 commit 402c142
4 files changed
Lines changed: 20 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments