🔴 [P0] Fix broad exception catching hiding system errors #281
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?
Summary
Broad try-catch blocks catch ALL errors including system failures (OOM, DB failures, etc).
Location
apps/api/src/federation/command.service.ts:168-194Impact
Required Fix
Only catch expected business logic errors. Let system errors propagate.
Priority
CRITICAL (P0) - Debugging impossible