been-pwned icon indicating copy to clipboard operation
been-pwned copied to clipboard

Implement Polly to make app more robust

Open jfversluis opened this issue 8 years ago • 5 comments
trafficstars

Basically what the title says.

jfversluis avatar Aug 15 '17 11:08 jfversluis

What would you like to do with Polly? Just retry mechanism when exceptions occur? Or something else?

Depechie avatar Sep 04 '17 20:09 Depechie

In retrospect maybe it's not that useful right now. But basically I was thinking some retrying. I didn't really get to play around with it myself, so that was mainly why I wanted to have a look at it 😉

jfversluis avatar Sep 05 '17 08:09 jfversluis

Yep thought as much... Other than the retry I don't see much use for the moment.

Depechie avatar Sep 05 '17 08:09 Depechie

Certainly true! IMHO it would be nice to learn something while building this and be able to use it as a sample app for demos and sessions as well, while keeping the quality of the code high of course.

jfversluis avatar Sep 05 '17 12:09 jfversluis

Here you go ;) https://github.com/Depechie/2017-ConnectedApp/blob/master/ConnectedApp/Services/FakeService.cs#L73

Depechie avatar Sep 05 '17 12:09 Depechie