Show / Hide Table of Contents

    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:

    • GitHub - dotNet throttling example project

    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.

    Source

    • GitHub - dotNet throttling example project
    • GitHub - Polly
    • DocuWare - KBA-36385 - Throttling of cloud requests coming from SDK Tools
    • RFC6585 - Section 4 - 429 Too Many Requests
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top