Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(contentful): retry on network errors when checking credentials #29664

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

axe312ger
Copy link
Collaborator

Network errors can happen any time, our credential check had no retry which broke some builds because of network hick-ups.

This adds a small retry wrapper to the fetch call via https://github.com/vercel/fetch-retry to solve this issue.

Will add tests for (retrying of) network errors later on when adding retry to other parts of the plugin the near future.

@axe312ger axe312ger added status: needs core review Currently awaiting review from Core team member topic: source-contentful Related to Gatsby's integration with Contentful labels Feb 22, 2021
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Feb 22, 2021
@wardpeet wardpeet removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Feb 22, 2021
@wardpeet wardpeet added this to To cherry-pick in V2 Release hotfixes via automation Feb 22, 2021
@ascorbic ascorbic merged commit b95a199 into master Feb 22, 2021
@ascorbic ascorbic deleted the fix/contentful-network-errors branch February 22, 2021 16:20
ascorbic pushed a commit that referenced this pull request Feb 22, 2021
@ascorbic ascorbic moved this from To cherry-pick to Backport PR opened in V2 Release hotfixes Feb 22, 2021
ascorbic pushed a commit that referenced this pull request Feb 23, 2021
…29664) (#29672)

(cherry picked from commit b95a199)

Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
@ascorbic
Copy link
Contributor

Published in gatsby-source-contentful@4.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs core review Currently awaiting review from Core team member topic: source-contentful Related to Gatsby's integration with Contentful
3 participants