How to handle throttled requests
Introduction
As we have introduced throttling in the DocuWare Cloud, you can find a example project in our following GitHub repository to handle those throttled requests with a retry library called Polly:
What is Polly?
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.1.