Hacker News new | ask | show | jobs
by welder 1386 days ago
It's being used in production at https://wakatime.com and performing better than Celery was, but yes it's an internal project that was open sourced early stage.
1 comments

You are pretty damn brave to build your own distributed task queue and put it into production without tests!
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.