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

[core] Retry on 503 using the Retry-After header #15906

Merged
17 commits merged into from
Jun 29, 2021

Commits on Jun 22, 2021

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

Commits on Jun 23, 2021

  1. formatting

    sadasant authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8ab4e31 View commit details
    Browse the repository at this point in the history
  2. core-http API review file

    sadasant authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    13a7ff9 View commit details
    Browse the repository at this point in the history
  3. WIP

    sadasant authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0cc46d2 View commit details
    Browse the repository at this point in the history
  4. the rest of the changes

    sadasant authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    efef18f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da64440 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    74bbb41 View commit details
    Browse the repository at this point in the history
  2. temporary fix for Node 16

    sadasant authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    fdd9ecf View commit details
    Browse the repository at this point in the history
  3. feedback by Jeremy

    sadasant authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b561d19 View commit details
    Browse the repository at this point in the history
  4. Since unhandled promise rejections are not supported in Node 16, tick…

    …Async can't be awaited
    sadasant authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    33260ec View commit details
    Browse the repository at this point in the history
  5. some comment improvements

    sadasant authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    502f682 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0127649 View commit details
    Browse the repository at this point in the history
  7. small improvement

    sadasant authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    023ce55 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Update sdk/core/core-rest-pipeline/src/policies/exponentialRetryPolic…

    …y.ts
    
    Co-authored-by: Jeff Fisher <xirzec@xirzec.com>
    sadasant and xirzec authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    8b7fa25 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    3539c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6636a1 View commit details
    Browse the repository at this point in the history