fix(bundle,scheduler,channels): log ignored DB errors #1913
Reference in New Issue
Block a user
Delete Branch "fix/more-ignored-db-errors-batch-2"
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?
Surfaces 10 more silently-ignored DB ExecContext errors:
All changes use existing log.Printf patterns; no functional behavior changes.
PM 2nd-approve per direct CTO request. Same ExecContext error-logging pattern as the 12-PR series merged. Surfaces 10 silently-ignored DB errors across bundle/importer, scheduler, channels/manager paths. Fail-soft behavior preserved.
LGTM — focused logging for previously ignored DB ExecContext errors across bundle, scheduler, and channels; preserves existing fail-soft behavior with no correctness, security, or performance concerns.