frain-dev / convoy

The Cloud Native Webhooks Gateway
https://getconvoy.io
Other
2.42k stars 134 forks source link

[Feature request]: Implement circuit breakers to manage endpoint failure #1926

Open subomi opened 6 months ago

subomi commented 6 months ago

Is your feature request related to a problem? Please describe.

We currently don't have a good solution to manage consistent endpoint failure. If an endpoint fails today, it'll continue to clog the queue, affecting other available endpoints.

Describe the solution you'd like

Implement the circuit breaker algorithm to prevent sending events to failing endpoints.

linear[bot] commented 6 months ago

CON-292 [Feature request]: Implement circuit breakers to manage endpoint failure

olamilekan000 commented 4 months ago

Hi, can you give more context on how this can be reproduced?