Skip to content

Fix missed-PGCR pantheon hash + processor log noise (SERVICES-2C) - #69

Closed
owens1127 wants to merge 1 commit into
mainfrom
fix-sentry-processor-log-noise
Closed

Fix missed-PGCR pantheon hash + processor log noise (SERVICES-2C)#69
owens1127 wants to merge 1 commit into
mainfrom
fix-sentry-processor-log-noise

Conversation

@owens1127

Copy link
Copy Markdown
Contributor

Summary

  • SERVICES-2C root cause: process-missed-pgcrs cron (not Hermes) was still storing playlist wrapper hash 153253948; Sentry stacktrace confirms app=process-missed-pgcrs
  • Re-resolve hash from raw PGCR in StorePGCR (defense in depth for queued + cron paths)
  • Export ResolveInstanceActivityHash for shared use
  • Downgrade final-attempt benign store failures (activity not found for hash) to Warn in missed-PGCR tool
  • Downgrade CLAN_CRAWL_FAILED to Warn (worker already handles retries)

Deploy

ssh raidhub
cd /RaidHub/Services && git pull origin main
export PATH=/usr/local/go/bin:$PATH
make hermes tools   # tools rebuilds process-missed-pgcrs cron binary
sudo systemctl restart hermes

Test plan

  • go build ./apps/hermes/... ./tools/process-missed-pgcrs/...
  • CI + Seer review (wait before merge)
  • After deploy: confirm no new 153253948 in missed-PGCR / Hermes logs

Fixes SERVICES-2C

Made with Cursor

…ry noise.

Re-resolve activity hash from raw PGCR at store time, export ResolveInstanceActivityHash, downgrade clan crawl and benign missed-PGCR store failures to Warn.

Co-authored-by: Cursor <cursoragent@cursor.com>
@owens1127

Copy link
Copy Markdown
Contributor Author

Superseded: reverted warn/sentry-suppression approach. Real fixes only in new PR.

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.

1 participant