Hi just looking at implementing Poly (found here https://github.com/App-vNext/Polly) in our wcf calls for 3rd party api calls.
What exceptions types are worth creating the retry policy for? So far I have just got TimeoutException.
Is there anymore worth adding?
Thanks