Circuit Breakers

Given the simple retry mechanism built into activities it would be good to support Circuit Breakers to prevent overwhelming downstream systems with retry activity.

Great feature request.

In the meantime you can use the task list rate limiting to avoid overloading downstream systems.

2 Likes

Is this feature available? where can I found documentation around how to configure circuit breaker at every activity?