fabe / gatsby-plugin-drive

🚗 Downloads a Google Drive folder that you can query with gatsby-source-filesystem.
https://npm.im/@fs/gatsby-plugin-drive
MIT License
12 stars 15 forks source link

Add exponential backoff #11

Closed loongyh closed 4 years ago

loongyh commented 4 years ago

For files that hit rate limit (error 403), keep retrying with twice the delay each time. Fixes #5 fixes #8.

loongyh commented 4 years ago

Sorry for the misleading name, current n*2 is more like linear (or compound linear?)

fabe commented 4 years ago

@loongyh Looks good, thank you!

fabe commented 4 years ago

Published as 0.2.0.