fix: reconcile merged-PR XP across all installs and pages (#872) - #877
Merged
jakharmonika364 merged 1 commit intoAug 4, 2026
Conversation
Contributor
|
@ionfwsrijan is attempting to deploy a commit to the codersogs-3057's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @ionfwsrijan You have 4 open PRs right now. The limit is 3 at a time. Please get your existing PRs merged or closed before opening new ones:
This PR will remain open but won't be reviewed until you're under the limit. See our Contributing Guidelines for details. |
This was referenced Aug 3, 2026
Contributor
Author
|
@jakharmonika364 @Soumya-codr Please review this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
reconcileMergedPrXpcapped work at 50 installs and 20 repos per install, and did not paginate closed PRs, so merged PRs in larger organizations were never XP-awarded and the recompute silently under-reported totals.Fix
updated) while the newestupdated_atstill falls inside the 7-day window, bounded byRECONCILE_MAX_PAGES=10.Files changed
src/inngest/functions/maintenance.tssrc/inngest/functions/maintenance.test.tsTesting
Closes #872