[CRITICAL] Fix silent Valkey event parsing failures #263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: CRITICAL - Silent failures
Problem:
Malformed JSON events in Valkey pub/sub are silently dropped. Critical orchestration events may be lost without any notification.
File:
apps/orchestrator/src/valkey/valkey.client.ts:206-213Hidden Errors:
Impact:
Acceptance Criteria:
Recommended Fix:
Code Review Confidence: 88%
Found by: pr-review-toolkit:silent-failure-hunter
✅ Fixed: Added EventErrorHandler type and proper error handling for event parsing failures in ValkeyClient.