In #62 I expanded which exceptions we retry on during get_token. The reviews suggested we add tests around this logic. I think that's a good idea, but a) I'm having trouble debugging the new test bustage (dang py.test is swallowing all of my logging, and I haven't figured out how to fix yet), and b) CI is actively having issues that merging #62 will fix.
In #62 I expanded which exceptions we retry on during
get_token
. The reviews suggested we add tests around this logic. I think that's a good idea, but a) I'm having trouble debugging the new test bustage (dang py.test is swallowing all of my logging, and I haven't figured out how to fix yet), and b) CI is actively having issues that merging #62 will fix.Merging #62 and leaving this as followup.