brandonmp / gatsby-source-google-sheets

A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
90 stars 32 forks source link

plugin should retry when sheets API timesout #4

Open brandonmp opened 6 years ago

brandonmp commented 6 years ago

this happened a lot as of a few months ago (last time i used gatsby).

simply wrapping the fetch in something like async-retry should be sufficient