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

Add endpoint circuit breaker #2120

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Conversation

jirevwe
Copy link
Collaborator

@jirevwe jirevwe commented Aug 12, 2024

No description provided.

@jirevwe jirevwe marked this pull request as ready for review August 19, 2024 19:30
@jirevwe jirevwe force-pushed the raymond/feat/add-circuit-breaker branch from 9abb22d to feb2b22 Compare August 21, 2024 15:29
…e don't immediately go from half-open to closed in one loop iteration
… fixed potential panic when decoding payload from redis; fixed potential divide by zero error; delete stale keys after a while; added a func to get breaker error; added exit case in main-loop; set expiry on all breaker keys;
…cute(); set the redis key ttl to the config observability window length; added the circuit breaker to the event dispatch handlers; excluded circuit breaker errors from asynq types
… error; add more config validation rules; prefer redis.Set over redis.MSet; remove cleanup job
@jirevwe jirevwe force-pushed the raymond/feat/add-circuit-breaker branch from 2b3328c to afd3878 Compare September 5, 2024 14:27
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.

2 participants