Skip to content

chore(code): silence quiet review-polling ticks - #62

Merged
danii1 merged 1 commit into
mainfrom
chore/silence-quiet-review-ticks
Aug 25, 2026
Merged

chore(code): silence quiet review-polling ticks#62
danii1 merged 1 commit into
mainfrom
chore/silence-quiet-review-ticks

Conversation

@danii1

@danii1 danii1 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Removes the per-PR [poll:reviews] <repo>#<n>: no new feedback verbose line from the review poller. Quiet ticks now print nothing — even with --verbose — so worker logs only surface actionable events (new review feedback, merge conflicts, PRs closing out, errors).

Observed in a cron worker log: ~315 identical 'no new feedback' lines per hour (7 watched PRs × tick every 60s) drowning out anything useful.

Changes

  • packages/code/src/lib/review-polling-acquirer.ts: drop the verbose log in pollPr(), keep the early return; remove the now-unused local verbose destructure (the verbose option itself stays for other uses/callers)

Testing

  • review-polling-acquirer + worker-state suites: 39 pass
  • Full package suite: 871 pass
  • lint / typecheck / format clean

Drop the verbose per-PR 'no new feedback' line from review polling.
Quiet ticks now print nothing, even with --verbose; output is
actionable-only (new feedback, conflicts, closed PRs).
@danii1
danii1 merged commit 991c55a into main Aug 25, 2026
1 check passed
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