Hacker News new | ask | show | jobs
by RabbitmqGuy 2247 days 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.

1 comments

Hey, I edited my comment. I did miss the part in http.py somehow :). Thank you for clarifying.