TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's everyone using for background job processing?

3 pointsby blooberrabout 11 years ago
It&#x27;s been awhile since I&#x27;ve had to revisit this topic and I found a great site: http:&#x2F;&#x2F;queues.io&#x2F;<p>Any suggestions or recommendations? I want to be able to issue jobs, and track if they&#x27;re completed. On a failure, I&#x27;d resend it to another worker.<p>Sounds simple enough, but it&#x27;s hard to pick out the right one from that long list.

2 comments

SEJeffabout 11 years ago
python-rq[1], celery[2], beanstalkd[3], or mod_gearmand[4].<p>For several of my production projects, I like mixing celery with redis. They are a great fit.<p>[1] <a href="http://python-rq.org" rel="nofollow">http:&#x2F;&#x2F;python-rq.org</a> [2] <a href="http://www.celeryproject.org" rel="nofollow">http:&#x2F;&#x2F;www.celeryproject.org</a> [3] <a href="http://kr.github.io/beanstalkd/" rel="nofollow">http:&#x2F;&#x2F;kr.github.io&#x2F;beanstalkd&#x2F;</a> [4] <a href="http://gearman.org" rel="nofollow">http:&#x2F;&#x2F;gearman.org</a>
评论 #7724836 未加载
评论 #7724608 未加载
natchabout 11 years ago
Haven&#x27;t used it but doesn&#x27;t AWS have something for this? Curious why that doesn&#x27;t fit the bill if so.
评论 #7724607 未加载