Welcome to the BackgrounDRb project

Introduction

BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long running-tasks. Since a Rails application blocks while servicing a request, it is best to move long-running tasks off into a background process that is divorced from the HTTP request/response cycle.

This new release of BackgrounDRb is also modular and can be used without Rails. So any Ruby program or framework can use it.