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(utils): Add stub for rate-limit-based CircuitBreaker class #74557

Merged
merged 6 commits into from
Jul 23, 2024

Commits on Jul 23, 2024

  1. add stub file

    lobsterkatie committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    606cd9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e10b42 View commit details
    Browse the repository at this point in the history
  3. add config class

    lobsterkatie committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    186b018 View commit details
    Browse the repository at this point in the history
  4. add logger

    lobsterkatie committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a742fd0 View commit details
    Browse the repository at this point in the history
  5. add CircuitBreaker class

    lobsterkatie committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    da606f7 View commit details
    Browse the repository at this point in the history
  6. add __init__ tests

    lobsterkatie committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7fc3a3d View commit details
    Browse the repository at this point in the history