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

cache: implement the circuit breaker pattern for asynchronous set operations in the cache client #7010

Merged
merged 6 commits into from
Feb 25, 2024

Commits on Jan 25, 2024

  1. Implement the circuit breaker pattern for asynchronous set operations…

    … in the cache client
    
    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4dd89b7 View commit details
    Browse the repository at this point in the history
  2. Add feature flag for circuitbreaker

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c9b1f7c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Sync docs

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    808bdc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Skip configuration validation if the circuit breaker is disabled

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f76994e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Make lint happy

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    07d9134 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Abstract the logic of the circuit breaker

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e299abe View commit details
    Browse the repository at this point in the history