Login to follow
Circuit Breaker

Circuit Breaker (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 16 Mar by OutSystems Labs
Circuit Breaker

Circuit Breaker (ODC)

Documentation
0.1.0

How it Works

  1. The Gatekeeper: Place the IsAvailable action at the start of your integration logic.

  2. The Feedback Loop: Report successes or failures using the Update action (ideally within your Global Exception Handler to catch timeouts).

  3. The Recovery: Once the Cooldown Period expires, the circuit enters a Half-Open state, cautiously allowing a trial request to see if the service has recovered.