Hacker News new | ask | show | jobs
by nerdponx 1386 days ago
You are pretty damn brave to build your own distributed task queue and put it into production without tests!
2 comments

I built a local test app that does have some integration tests, and then I just went all in on production. That's why I was surprised it worked so well. I was ready to lose a few nights sleep debugging it in prod, but thankfully didn't have to.
They are not brave, they are just fixing all issues manually whenever a customer calls them about it.