Skip to content

fix: increase closingIssuesReferences limit to 100 and warn on truncation - #971

Closed
597226617 wants to merge 1 commit into
entrius:mainfrom
597226617:fix/closing-refs-limit
Closed

fix: increase closingIssuesReferences limit to 100 and warn on truncation#971
597226617 wants to merge 1 commit into
entrius:mainfrom
597226617:fix/closing-refs-limit

Conversation

@597226617

Copy link
Copy Markdown

Summary

_PR_TIMELINE_QUERY requested closingIssuesReferences(first: 20). A PR closing more than 20 issues had its 21st+ references silently truncated, causing solver_lookup_failed for the affected miner.

Fix

  1. Increased the limit from first: 20 to first: 100 (GitHub per-field maximum)
  2. Added pageInfo { hasNextPage } with a bt.logging.warning when truncation still occurs, so operators can correlate missed solver attribution with the warning

Fixes #934

…tion

_PR_TIMELINE_QUERY requested closingIssuesReferences(first: 20).
A PR closing more than 20 issues had its 21st+ references silently
truncated, causing solver_lookup_failed for the affected miner.

Increased the limit to first: 100 (GitHub per-field maximum) and
added pageInfo { hasNextPage } with a bt.logging.warning when
truncation still occurs, so operators can correlate missed solver
attribution with the warning.

Fixes entrius#934
@xiao-xiao-mao xiao-xiao-mao Bot added the bug Something isn't working label May 4, 2026
@entrius entrius closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants