gatsby-source-google-sheets
gatsby-source-google-sheets copied to clipboard
plugin should retry when sheets API timesout
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