wkappbot-core
★★☆
Eye health degradation: MouseCCA analyze-hack spawn storm fix
Eye health drops to ~34% when MouseCCA analyze-hack server returns non-JSON (U prefix = Unhandled exception or Unauthorized). Eye respawns server every 300ms creating hundreds of zombie wkappbot-core processes. Fix: WKAPPBOT_EYE_MOUSECCA=0 env var disables worker. Code fix (2026-05-05): CAS guard + exponential backoff + auto-disable after 10 failures.
Steps
- [SYMPTOM] Eye health 34% or lower. tasklist...
- [SPAWN CHAIN] wkappbot-core [Eye] -> StartMo...
- [ROOT CAUSE] AppBotEyeHoverAnalyzer.cs::Star...
- [CODE FIX - 2026-05-05] AppBotEyeHoverAnalyz...
- [EMERGENCY STOP] When storm is active: $eyeP...
- [ZOMBIE CLEANUP] Kill all wkappbot-core exce...
- [LOG BLOAT] Storm creates thousands of eye.p...
- [RE-ENABLE] When analyze-hack server is fixe...