Skip to content

Conversation

compwright
Copy link
Contributor

@compwright compwright commented Aug 18, 2025

query pullRequestsSince($num) was hard-coded to 25. Changing this to 10 fixes the issue for me, at least for now. Perhaps this will provide someone a clue on a proper fix.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #2577

@compwright compwright requested review from a team as code owners August 18, 2025 15:04
Copy link

google-cla bot commented Aug 18, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Aug 18, 2025
The pullRequestsSince($num) parameter value was hard-coded to `25`. Changing this to `10` fixes the issue for me, at least for the moment.
@chingor13 chingor13 changed the title Change GraphQL query parameter to fix 502 error fix: reduce graphQL pagination size to 10 Aug 19, 2025
@chingor13 chingor13 enabled auto-merge (squash) August 19, 2025 17:12
@chingor13 chingor13 merged commit 05e31e4 into googleapis:main Aug 19, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

502 Bad Gateway errors when fetching merge commits on main branch
7 participants