Skip to content

Commit 402c142

Browse files
rkannan82claude
andcommitted
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

File tree

taskqueue/v1/message.pb.go

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalproto/openapi/openapiv2.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

temporalproto/openapi/openapiv3.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)