AntFleet

Disagreement · bdb225d0-anthropic-2

loadOpenPrs in realPollDeps ignores the POLL_INTERVAL_MS politeness budget — every tick polls every open row

solo Opus
repo e24ef98c·PR #10·reviewed 1 week ago

Opus finding

loadOpenPrs in realPollDeps ignores the POLL_INTERVAL_MS politeness budget — every tick polls every open row

lowbughigh
  • apps/web/lib/outgoing-prs.ts:24-26
  • apps/web/lib/outgoing-prs.ts:150-175
Looking again, loadOpenPrs DOES enforce the threshold correctly via the WHERE clause using `lt(lastPolledAt, threshold)` and `isNull`. So the politeness budget is enforced at the DB level. Not a bug — withdraw.

Recommendation

No action needed; the rate-limit comment matches the code.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →