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: replace circuit breaker with library #98

Merged

Commits on Jun 24, 2024

  1. feat: replace circuit breaker with library

    Previous implementation of circuit breaker was simplistic. It is replaced
    with a third-party library "gobreaker/v2". The function signature
    "recoverAfter" was removed to fit the implementation of the library.
    Test cases for circuit breaker were modified accordingly.
    KianYang-Lee committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c60d235 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    KianYang-Lee committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ed54cb2 View commit details
    Browse the repository at this point in the history
  3. chore: change to uint32

    KianYang-Lee committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    29087c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f03dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6be774 View commit details
    Browse the repository at this point in the history