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

feat: http-agent retries calls #632

Merged
merged 10 commits into from Sep 29, 2022
Merged

feat: http-agent retries calls #632

merged 10 commits into from Sep 29, 2022

Commits on Sep 21, 2022

  1. feat: adds retry logic

    krpeacock committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4910076 View commit details
    Browse the repository at this point in the history
  2. test for zero retries

    krpeacock committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f5309dd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. retries after failures

    krpeacock committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    842e993 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Sep 28, 2022

  1. skipping incomplete test

    krpeacock committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3d93a3f View commit details
    Browse the repository at this point in the history
  2. improved timer stability

    krpeacock committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1cbffb9 View commit details
    Browse the repository at this point in the history
  3. different snapshot

    krpeacock committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8122eb5 View commit details
    Browse the repository at this point in the history
  4. legacy fake timers

    krpeacock committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    84cd71d View commit details
    Browse the repository at this point in the history
  5. install with npm ci

    krpeacock committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    06a1b74 View commit details
    Browse the repository at this point in the history
  6. skip both unrelated tests

    krpeacock committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5ed9540 View commit details
    Browse the repository at this point in the history