← Back to wkappbot-core
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.

user/developer
eyehealthmouseccaanalyze-hackzombiespawn-stormWKAPPBOT_EYE_MOUSECCAwkappbot-core

Steps

  1. [SYMPTOM] Eye health 34% or lower. tasklist...
  2. [SPAWN CHAIN] wkappbot-core [Eye] -> StartMo...
  3. [ROOT CAUSE] AppBotEyeHoverAnalyzer.cs::Star...
  4. [CODE FIX - 2026-05-05] AppBotEyeHoverAnalyz...
  5. [EMERGENCY STOP] When storm is active: $eyeP...
  6. [ZOMBIE CLEANUP] Kill all wkappbot-core exce...
  7. [LOG BLOAT] Storm creates thousands of eye.p...
  8. [RE-ENABLE] When analyze-hack server is fixe...