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

improve(PriceClient): Permit retry on failed lookups #157

Merged
merged 11 commits into from
Mar 7, 2023

Commits on Mar 1, 2023

  1. improve(PriceClient): Inherit base HTTP adapter args

    Simplifies usage of the base HTTP class in advance of adding support for
    retries.
    pxrl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ecba935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2f02a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    568e3b9 View commit details
    Browse the repository at this point in the history
  2. Fix bad auto-merge

    pxrl committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    28da251 View commit details
    Browse the repository at this point in the history
  3. Simplify mocked sleep object

    pxrl committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    823a6a0 View commit details
    Browse the repository at this point in the history
  4. chore: Bump ts 4.6.2 -> 4.9.5

    pxrl committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7643866 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    b7149e4 View commit details
    Browse the repository at this point in the history
  2. Updates for ts 4.9.5

    pxrl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    97334e7 View commit details
    Browse the repository at this point in the history
  3. Sharpen test

    pxrl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ebe6da8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Revert use of Error.cause

    Per https://stackoverflow.com/a/73394582, it seems like es2022 is
    required.
    pxrl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d7f200e View commit details
    Browse the repository at this point in the history
  2. Test success after retries

    Prompted by Matt.
    pxrl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5c42d1b View commit details
    Browse the repository at this point in the history