Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 1, 2010
1 parent a1b8b56 commit cb52677
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,4 +1,7 @@
2.1.2 - unreleased
2.1.2 - 2010-12-01
* Remove contention between multiple workers by performing an update to lock a job before fetching it
* Job payloads may implement #max_attempts to control how many times it should be retried
* Fix for loading ActionMailer extension
* Added 'delayed_job_server_role' Capistrano variable to allow delayed_job to run on its own worker server
set :delayed_job_server_role, :worker
* Fix `rake jobs:work` so it outputs to the console
Expand Down

0 comments on commit cb52677

Please sign in to comment.