TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Ruby queueing library built on Amazon SQS for background processing

7 点作者 sidbatra超过 12 年前

1 comment

sidbatra超过 12 年前
List of features and uses from github:<p>Features<p>Built on Amazon’s reliable and scalable queue service, Connections to SQS are opened lazily negating any initial load time, Multiple queues can be used simultaneously, Doesn’t poll the database, Rails ActiveRecord objects maintain state through the queue, Built-in retry mechanism.<p>Uses<p>FIFO is extracted from the Mine (<a href="http://getmine.com" rel="nofollow">http://getmine.com</a>) codebase. Here are some of the things we use it for:<p>Sending emails, Processing images, Indexing, Sharing to social networks, Cache management, Launching cron jobs, Communication between disjoint parts of a complex application (cron, web, processing servers)