Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Enable request hedging for WebClient #806

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 10, 2020

  1. Hedging (#3)

    Feature: hedge WebClient requests
    
    Hedging is a mechanism for idempotent requests to automatically start a
    new request after some time threshold has been reached. Unlike a simple
    retry, hedging will use the first response returned.
    Anusien committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    83efd26 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    88e6b2d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    c2ca238 View commit details
    Browse the repository at this point in the history