-
For our presentation topic, we need to implement the circuit breaker pattern. To do this, we need to create an endpoint that returns a list of response from a remote api call to Google Gemeni (this en…
-
## Feature Request
### Describe your feature request related problem
In large TiDB clusters with hundreds of tidb and tikv nodes, the PD leader can become overwhelmed during certain failure cond…
-
-
**Description:**
The Fallback design pattern is a resiliency pattern used in microservices architecture to handle failures gracefully. It ensures that when a service is unavailable or fails, the syste…
-
**As a** Backend Developer
**I need** to implement a circuit breaker pattern for the Create Product API
**So that** the system can gracefully degrade or recover from persistent failures while followin…
-
It will be awesome if resty has a built-in circuit breaker that can be enabled.
This feature protects from too many open files and much more accidents.
Reference: https://github.com/eapache/go-res…
-
-
### Is your feature request related to a problem? Please describe
Today, OpenSearch supports Grok or [Patterns operator](https://github.com/opensearch-project/sql/blob/cfe38d7d6678dfbd5597f1098a1a4…
-
**Is your feature request related to a problem? Please describe.**
Handling massive parallel process in todays cloud architecture can lead to infrastructure autoscaling. This autoscaling needs time. …
akkie updated
8 months ago
-
## Overview
Implement a robust rate limit detection and handling system with exponential backoff for GitHub API interactions.
## Current Status
The current implementation tracks rate limits but does …