You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like it would be useful for the client to have additional resiliency capabilities such as retries, exponential backoff, auto-handling of rate limiting, circuit breaker, etc. that would both protect the caller and callee, both of which would be useful to prevent common situations where services fall like dominoes (e.g. Discovery, then LMS).
Each idea could be ticketed separately.
The text was updated successfully, but these errors were encountered:
If the .wait() method is implemented and the request is throttled, then a Retry-After header will be included in the response.
It's unclear to if a custom throttle is required to get this behavior. However, it is possible, and would allow clients to call as efficiently as possible when throttled.
It seems like it would be useful for the client to have additional resiliency capabilities such as retries, exponential backoff, auto-handling of rate limiting, circuit breaker, etc. that would both protect the caller and callee, both of which would be useful to prevent common situations where services fall like dominoes (e.g. Discovery, then LMS).
Each idea could be ticketed separately.
The text was updated successfully, but these errors were encountered: