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

pkg: add a new retry to support the error isRetryable or not (#1848) #2157

Merged

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    0762ec5 View commit details
    Browse the repository at this point in the history
  2. update comment

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6d5ceb7 View commit details
    Browse the repository at this point in the history
  3. update comment

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    2d7408f View commit details
    Browse the repository at this point in the history
  4. update

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    d1a477c View commit details
    Browse the repository at this point in the history
  5. fix comments

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    4911687 View commit details
    Browse the repository at this point in the history
  6. change maxTries for float to int

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a25b8c8 View commit details
    Browse the repository at this point in the history
  7. update

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    931e5c8 View commit details
    Browse the repository at this point in the history
  8. fix commnets

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    69423ec View commit details
    Browse the repository at this point in the history
  9. fix commnets

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0989df0 View commit details
    Browse the repository at this point in the history
  10. add new error ErrReachMaxTry

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6b8e10b View commit details
    Browse the repository at this point in the history
  11. update

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    2b429f7 View commit details
    Browse the repository at this point in the history
  12. expose IsRetryable func as a type

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c470cd7 View commit details
    Browse the repository at this point in the history
  13. update errdoc

    ben1009 authored and ti-chi-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    854a6cf View commit details
    Browse the repository at this point in the history
  14. Update errors.toml

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

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    4277b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bd723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f78424 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc6b60b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3f38fe View commit details
    Browse the repository at this point in the history