Hacker News new | ask | show | jobs
by divyekapoor 1376 days ago
The only task queue I loved was beanstalkd -- it's beautifully written and highly performant. Starting it takes seconds and it's been running for a decade:

https://beanstalkd.github.io/

1 comments

The only downside for me is that it uses only one core, making it hard to scale vertically.