You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surface failure-isolation cause in fan-out example (#160)
The fan-out-with-retry example already runs FailureIsolation wrapping
Retry at a fan-out instance, but it only showed the degraded state,
never the FailureIsolatedEvent. Add a failure_isolation_observer that
captures the events and, in degrade mode, print each one's event_name,
caught_exception.category, and attempt_index.
The category is the point: at an instance placement it resolves to the
originating cause (provider_unavailable) rather than the node_exception
the engine wrapped it in, so the demo now shows the failure telemetry
naming what actually failed.
Update the example's docstring and doc page to describe the new block,
and add a MODE=degrade line to the Run with section.
0 commit comments