Skip to content

Commit

Permalink
Add justification
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 19, 2014
1 parent afb3d4f commit c69dda4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,13 @@ that makes it easy to turn any mailing into a job for running later. That's
one of the most common jobs in a modern web application: Sending emails outside
of the request-response cycle, so the user doesn't have to wait on it.

The main point is to ensure that all Rails apps will have a job infrastructure
in place, even if it's in the form of an "immediate runner". We can then have
framework features and other gems build on top of that, without having to worry
about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs.


## Usage

Expand Down

0 comments on commit c69dda4

Please sign in to comment.