Used for tagging questions related to the background processing framework for Ruby, based on RabbitMQ.
A high-performance RabbitMQ background processing framework for Ruby.
It uses a hybrid process-thread model where many processes are spawned (like Unicorn) and many threads are used per process (like Puma), so all your cores max out and you have best of both worlds.
For more details, see the Wiki.