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

Configurable request retry #2453

Closed

Commits on Aug 27, 2022

  1. [2425] Some PoC of having a more configurable retry

    The main issue we can't use generic reactor-core retry concept is due to
    the inability to detect if HTTP-level data has been sent across the
    wire.
    
     reactor#2425
    Samuel Cox authored and crankydillo committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    1f2f0cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc44e6 View commit details
    Browse the repository at this point in the history
  3. [2425] Begin move to configurable RetrySpec for request retry..

    as opposed to some homegrown class.
    
     reactor#2425
    crankydillo committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    35713bf View commit details
    Browse the repository at this point in the history
  4. [2425] Fix javadoc

    crankydillo committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    121edde View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. temp

    crankydillo committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    04ad600 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

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