[pre-push] Add heuristic backoff for failing GraphQL requests#286
[pre-push] Add heuristic backoff for failing GraphQL requests#286
Conversation
Summary of ChangesHello @joshlf, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the observability of GraphQL requests by integrating detailed trace logging. This addition will significantly aid in debugging and understanding the precise queries being dispatched, particularly in intricate operational contexts. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
We've seen in practice that large GraphQL requests cause confusing errors. This commit adds heuristics to back off ahead of time before we encounter these errors. See also #287 gherrit-pr-id: G9cbf0a128de86e6698dc89a907801938e3aa19f8
be1b0c6 to
1b53d85
Compare
We've seen in practice that large GraphQL requests cause confusing
errors. This commit adds heuristics to back off ahead of time before we
encounter these errors.
See also #287
Latest Update: v4 — Compare vs v3
📚 Full Patch History
Links show the diff between the row version and the column version.
⬇️ Download this PR
Branch
git fetch origin refs/heads/G9cbf0a128de86e6698dc89a907801938e3aa19f8 && git checkout -b pr-G9cbf0a128de86e6698dc89a907801938e3aa19f8 FETCH_HEADCheckout
git fetch origin refs/heads/G9cbf0a128de86e6698dc89a907801938e3aa19f8 && git checkout FETCH_HEADCherry Pick
git fetch origin refs/heads/G9cbf0a128de86e6698dc89a907801938e3aa19f8 && git cherry-pick FETCH_HEADPull
Stacked PRs enabled by GHerrit.