Backoff strategies for circuit breaker #341

Open
opened 2025-03-05 11:57:11 +00:00 by alexvanin · 0 comments
Owner

#339 introduces simple circuit breaker implementation. It has constant break duration to limit number of new clients (dial + healthcheck requests).

While it is simple and robust, usually circuit breakers are set up with exponential backoff when break duration is changing over time.

Modify circuit breaker configuration to support both backoff strategies.

#339 introduces simple circuit breaker implementation. It has constant break duration to limit number of new clients (dial + healthcheck requests). While it is simple and robust, usually circuit breakers are set up with exponential backoff when break duration is changing over time. Modify circuit breaker configuration to support both backoff strategies.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#341
No description provided.