RubyFlow The Ruby and Rails community linklog

Asynchronous Processing in Ruby Series

Every web application has slow requests and the need for background jobs. Just published an article on the Miso engineering blog about asynchronous processing; how it works, why you should never use a database for it, and what we should use. Check out the first part of what will be a detailed series all about job processing, message queues and how to integrate them into your application.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in