GuVAnj8Gv3RJ / NeosAccountDownloader

Downloads your Neos account to your local computer.
MIT License
39 stars 12 forks source link

Handle TooManyRequests #191

Open GuVAnj8Gv3RJ opened 1 year ago

GuVAnj8Gv3RJ commented 1 year ago

We're moving a bit too fast in some cases so we should implement some backoffs

https://github.com/App-vNext/Polly should be a good solution to backoff

GuVAnj8Gv3RJ commented 1 year ago

CloudX has inbuilt retries for this scenario, which then have more ontop of that in our code. So we should be good for the moment.

Still want to look into Polly though, its cool.