Introduction BackgrounDRb offers seamless integration with rails. You can invoke random tasks defined in your workers from rails. You can pass arguments, collect results, monitor status of workers and other stuff. Invoke a task asynchronously on a worker Let’s say, you have following worker code: class FooWorker < BackgrounDRb::MetaWorker set_worker_name :foo_worker def create(args = nil) # this