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

Circuit breaking all the way #372

Merged
merged 15 commits into from
Nov 19, 2023
Merged

Circuit breaking all the way #372

merged 15 commits into from
Nov 19, 2023

Conversation

mostafa
Copy link
Member

@mostafa mostafa commented Nov 17, 2023

Ticket(s)

Description

Add circuit-breaking pattern.

Related PRs

Development Checklist

  • I have added a descriptive title to this PR.
  • I have squashed related commits together.
  • I have rebased my branch on top of the latest main branch.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have added docstring(s) and type annotations to my code.
  • I have made corresponding changes to the documentation (docs).
  • I have added tests for my changes.

Legal Checklist

@mostafa mostafa force-pushed the circuit-breaking-all-the-way branch from 1b53710 to 8ef53d1 Compare November 17, 2023 18:15
@mostafa mostafa force-pushed the circuit-breaking-all-the-way branch from 8ef53d1 to 7e6246e Compare November 17, 2023 18:37
@mostafa mostafa force-pushed the circuit-breaking-all-the-way branch from f460268 to 44a1e50 Compare November 19, 2023 01:06
@mostafa mostafa marked this pull request as ready for review November 19, 2023 13:19
@mostafa mostafa merged commit ffb1442 into main Nov 19, 2023
3 checks passed
@mostafa mostafa deleted the circuit-breaking-all-the-way branch November 19, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add circuit-breakers, retries and related patterns to deal with timeouts and other mishaps
1 participant