Skip to content

refactor(backend): remove per-job "Done" log to reduce Sentry log volume#2339

Merged
gregberge merged 1 commit into
mainfrom
greg/reduce-sentry-logs-done
Jul 6, 2026
Merged

refactor(backend): remove per-job "Done" log to reduce Sentry log volume#2339
gregberge merged 1 commit into
mainfrom
greg/reduce-sentry-logs-done

Conversation

@gregberge

Copy link
Copy Markdown
Member

Problem

Sentry logs are at ~4GB/5GB. The bulk of them are the per-job "Done" info log emitted on every completed job in the job-core consumer.

Change

Removes the per-job "Done" info log (and the surrounding performance.now() timing bookkeeping that only fed it) in createJob.ts. The perform/complete calls are unchanged.

Error and timeout logging is untouched, so job failures remain visible in Sentry.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@gregberge gregberge requested a review from jsfez July 6, 2026 10:15
@argos-ci

argos-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
argos/default (Inspect) ✅ No changes detected - Jul 6, 2026, 10:17 AM
storybook/default (Inspect) ✅ No changes detected - Jul 6, 2026, 10:16 AM
Deployment Status Branch Updated (UTC)
storybook/preview (Open) Ready greg/reduce-sentry-logs-done Jul 6, 2026, 10:16 AM

@gregberge gregberge merged commit 22a2960 into main Jul 6, 2026
14 checks passed
@gregberge gregberge deleted the greg/reduce-sentry-logs-done branch July 6, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants