improve retrying on error
BlinkyStitt opened this issue · 1 comments
BlinkyStitt commented
we still let too many 500s slip through. investigate more places we can do automated retrying
BlinkyStitt commented
There was a ?
on one of the request handlers so that we weren't actually retrying if an error happened on that line. I made an error there continue the loop to try another server.
And I also added another layer of retrying on errors. I might end up removing that one if it just makes error responses slower, but we'll see how it works in practice