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
feat(scheduler): strict priority-tier selection + state machine hardening
- selectByLoadBalance now only picks from the highest priority tier;
lower-priority accounts are used only after higher tiers are exhausted
- ToggleScheduling routes through ManualRecover/ManualDisable to ensure
route cache invalidation (previously bypassed state machine)
- AccountDead always marks disabled, even for pool accounts (was degraded
which auto-recovered and caused error loops)
- transitionActive protects disabled state from Success callback override
- Probe only applies success judgments to state machine; skips image models
- Account extra field: full CRUD through API/store/frontend
- Platform-level AccountFilterFunc hooks for model-specific filtering
- EditGroupModal: two-column grid layout for toggle switches
0 commit comments