francisferrell
Results
2
comments of
francisferrell
In my particular case, it's a 401 used when authentication credentials are missing or invalid. I would deem this to be a non-retriable situation. That's pretty clear cut to me...
Ultimately I decided to implement auto-reconnect myself with a service layer presenting a `run_forever()` entrypoint with exponential backoff in the reconnect logic. I still think that, in theory, `async for...