Cleared 2m ago · bolshakov/stoplight #745 · Ruby · ★ 628 · MIT

Wire `RecoveryStarted` event

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…

What we checked

Similar unclaimed issues