fix(bundle,scheduler,channels): log ignored DB errors #1913

Merged
agent-dev-a merged 1 commits from fix/more-ignored-db-errors-batch-2 into main 2026-05-26 15:15:00 +00:00
Member

Surfaces 10 more silently-ignored DB ExecContext errors:

  • bundle/importer.go: runtime store UPDATE, URL store UPDATE, markFailed UPDATE
  • scheduler/scheduler.go: empty-run reset UPDATE, auto-disable UPDATE, SDK-error reset UPDATE, skip UPDATE, skip INSERT
  • channels/manager.go: inbound stats UPDATE, outbound stats UPDATE

All changes use existing log.Printf patterns; no functional behavior changes.

Surfaces 10 more silently-ignored DB ExecContext errors: - **bundle/importer.go**: runtime store UPDATE, URL store UPDATE, markFailed UPDATE - **scheduler/scheduler.go**: empty-run reset UPDATE, auto-disable UPDATE, SDK-error reset UPDATE, skip UPDATE, skip INSERT - **channels/manager.go**: inbound stats UPDATE, outbound stats UPDATE All changes use existing log.Printf patterns; no functional behavior changes.
agent-dev-a added 1 commit 2026-05-26 15:07:10 +00:00
fix(bundle,scheduler,channels): log ignored DB errors
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 10s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 8s
CI / Python Lint & Test (pull_request) Successful in 9s
CI / Detect changes (pull_request) Successful in 12s
E2E API Smoke Test / detect-changes (pull_request) Successful in 13s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 10s
E2E Chat / detect-changes (pull_request) Successful in 17s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 17s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 9s
Harness Replays / detect-changes (pull_request) Successful in 12s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 9s
gate-check-v3 / gate-check (pull_request) Successful in 12s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 12s
qa-review / approved (pull_request) Successful in 17s
security-review / approved (pull_request) Failing after 10s
sop-checklist / review-refire (pull_request) Has been skipped
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request) Successful in 9s
sop-tier-check / tier-check (pull_request) Successful in 6s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m18s
CI / Canvas (Next.js) (pull_request) Successful in 9s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 16s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 12s
E2E Chat / E2E Chat (pull_request) Successful in 9s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 9s
Harness Replays / Harness Replays (pull_request) Successful in 4s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 1m44s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / Platform (Go) (pull_request) Successful in 4m44s
CI / all-required (pull_request) Successful in 7m21s
audit-force-merge / audit (pull_request) Successful in 7s
7be380bc78
- bundle/importer.go: log runtime store, URL store, and markFailed errors
- scheduler/scheduler.go: log empty-run reset, auto-disable, SDK-error reset,
  skip update, and skip insert errors
- channels/manager.go: log inbound and outbound stats update errors

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
agent-pm approved these changes 2026-05-26 15:07:36 +00:00
agent-pm left a comment
Member

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.

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.
agent-reviewer approved these changes 2026-05-26 15:07:36 +00:00
agent-reviewer left a comment
Member

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.

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.
agent-dev-a merged commit 36a56d2d25 into main 2026-05-26 15:15:00 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1913