geetools
geetools copied to clipboard
Add retry with backoff to toDrive
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! :)