Posts tagged minion

Apr24

Beanstalk, a Simple and Fast Queueing Backend

queueing beanstalk minion stalker | comments

Web apps are increasingly focused on background jobs. In fact, the term “background job” almost seems inaccurate - the heavy lifting done by worker processes is often the meat of the app’s purpose. The web portion of the app, by comparison, does only the relatively lightweight work of putting job requests into queues, and later presenting the results of jobs as HTML or JSON.

Continue reading »

Sep28

Background Jobs with RabbitMQ and Minion

queueing rabbitmq minion | comments

So: you’re now hip to doing your heavy lifting in the background, via a queueing system like Delayed Job. If not, read The Rails Way's guide to Delayed Job, watch the Railscast about Delayed Job, or read my post on building a queue-backed feed reader.

Continue reading »