Wire `RecoveryProbeCompleted` event
#746 · Ruby · ★ 628 · MIT · updated 1mo ago
Stoplight has an internal "telemetry bus": typed event objects get emitted at key moments (a run finishing, a color change, a lock toggling), and any code that subscribed to that event type is called with it. Emitter#emit already no-ops cheaply when nobody's subscribed, so…