solution_challenge_backend / HIDDEN_FAILURES.md
github-actions
Deploy to Hugging Face
c794b6b
|
Raw
History Blame Contribute Delete
429 Bytes

Hidden Failures

During the regression check, the following previously hidden failures were identified and verified as fixed:

  • Stale State: AlertFeed interval was leaking state due to missing cleanup.
  • Loading Deadlocks: useCommandApiStatus was stacking timeouts recursively when the HF space restarted.
  • Duplicate Listeners: active_connections in FastAPI had race conditions causing silent disconnections.