Open GuVAnj8Gv3RJ opened 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
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.
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