msgraph-sdk-dotnet icon indicating copy to clipboard operation
msgraph-sdk-dotnet copied to clipboard

Retry handler smart queue

Open MIchaelMainer opened this issue 5 years ago • 1 comments

Concurrent calls can hit the same throttling limit. We want separate threads that hit the same throttling limit to co-respect the throttling limit.

Throttling limits are workload specific. This means that we need to manage retry queues based on calls to the same backend. We will need a heuristic, workload map, and/or regex to determine whether a retry call needs to be added to a queue.

This will require investigation and design spec. The design will be applicable across platforms but we will implement for .Net. AB#7330

MIchaelMainer avatar Apr 09 '19 09:04 MIchaelMainer

adding this as possible work item to PM review.

ddyett avatar Jun 28 '23 02:06 ddyett