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
refactor(spf): drive failover-monitor cooldowns via reactor effects
Replace the hand-rolled `effect()` + `stop()` inside the resolved state's
`entry` with the reactor's own `effects:` block, and move the timers map up
to the `setup` closure so the scheduler (`effects:`) and the exit cleanup
(`entry`'s returned teardown) can share it. The exit still clears pending
timers and resets `failedCdns` for the next source.
Behavior-preserving; now structurally identical to its sibling
`deriveCdnPriority` (entry-cleanup + effects:). Drops the unused `effect`
import.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments