Ask HN: What's everyone using for background job processing?
It's been awhile since I've had to revisit this topic and I found a great site: http://queues.io/
Any suggestions or recommendations? I want to be able to issue jobs, and track if they're completed. On a failure, I'd resend it to another worker.
Sounds simple enough, but it's hard to pick out the right one from that long list.
6 comments
[ 33.1 ms ] story [ 173 ms ] threadFor several of my production projects, I like mixing celery with redis. They are a great fit.
[1] http://python-rq.org [2] http://www.celeryproject.org [3] http://kr.github.io/beanstalkd/ [4] http://gearman.org