temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

Adding ResourceScope to ResourceExhaustedFailure #382

Closed prathyushpv closed 3 months ago

prathyushpv commented 3 months ago

What changed? Adding a new field ResourceScope in ResourceExhaustedFailure.

Why? We need to differentiate whether a request has been rate limited because of namespace limit or system limit. This will help us better understand why requests are rate limited and which limits to adjust.

Breaking changes No

Server PR https://github.com/temporalio/temporal/pull/5605