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

Title: Implement Distributed Circuit Breaker #70

Merged

Commits on Oct 16, 2024

  1. feature/redis-circuit-breaker

    Kalpit Pant committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3c1dfcd View commit details
    Browse the repository at this point in the history
  2. feature/redis-circuit-breaker

    Kalpit Pant committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1704c10 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Refactor

    Kalpit Pant committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0c110f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. save state

    Kalpit Pant committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1bd941c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Saving half-open state also

    Kalpit Pant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    88df094 View commit details
    Browse the repository at this point in the history
  2. Saving half-open state also

    Kalpit Pant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4de08e3 View commit details
    Browse the repository at this point in the history
  3. Added test case

    Kalpit Pant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb05588 View commit details
    Browse the repository at this point in the history
  4. Saving state transition

    Kalpit Pant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6bdaed6 View commit details
    Browse the repository at this point in the history
  5. Pass context

    Kalpit Pant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0488004 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Moved redis circuit breaker to v2

    Kalpit Pant committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    36b0f9e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Revert go.mod and go.sum

    Kalpit Pant committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    164badd View commit details
    Browse the repository at this point in the history
  2. Acked review comments

    Kalpit Pant committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fffe013 View commit details
    Browse the repository at this point in the history
  3. Refactor

    Kalpit Pant committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aace990 View commit details
    Browse the repository at this point in the history
  4. Refactor

    Kalpit Pant committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    69ff782 View commit details
    Browse the repository at this point in the history