a14aa0dab8a05da47c1d40af17ae35b80da2eed3
Live trace showed PS ticking every 1 s and re-firing the SAME demand (100% saturated under storm inflow) while the basin level evolved slowly. Each tick was calling abortActiveMovements + optimalControl, which aborted in-flight pump moves before they could finish (move duration ~0.4 s vs 1 s tick) and immediately re-issued the same setpoint. Pumps got stuck ramping from the same starting position toward the same target indefinitely — moveTimeleft stable at 0.379 s for minutes, flow.predicted frozen. Now early-return when |demandQ - prev| < max(0.5, prev*0.005). PS hysteresis float jitter is filtered, real demand changes still propagate. Pumps finish their first move and stay at the right setpoint instead of being aborted forever. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
EVOLV
Edge-Layer Evolution for Optimized Virtualization
Description
Languages
JavaScript
97.8%
HTML
2.2%