12 ms·
Hi. > If your server is down, my application would crash too. The errorship library is written in such a way that it fails open. If our servers are down(or an
by RabbitmqGuy 6y ago
Hi.
> If your server is down, my application would crash too.
The errorship library is written in such a way that it fails open. If our servers are down(or any other failure), it does not affect your application and your application continues to work okay.
- AtroxDev 6y agoHey, I edited my comment. I did miss the part in http.py somehow :). Thank you for clarifying.