geetools icon indicating copy to clipboard operation
geetools copied to clipboard

Add retry with backoff to toDrive

Open carderne opened this issue 4 years ago • 0 comments

I frequently hit into Google's queue limit (3000), so I've added some code to catch this and use an exponential backoff (starting at 10 minutes) before trying again.

I haven't checked if this is against Google's terms/code of conduct or anything. Very useful for me but no problem if you don't want to add it! :)

carderne avatar Apr 30 '20 09:04 carderne