Skip to content

Commit

Permalink
releasing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandenbos committed May 4, 2012
1 parent 4040fe9 commit 74ac86c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
##
## 2.0.0

* Add support for Resque.inline configuration (carlosantoniodasilva)
* Fixing possible job loss race condition around deleting delayed queues
and enqueuing a job 0 seconds in the future.

## 2.0.0.h (2012-03-19)
### 2.0.0.h (2012-03-19)

* Adding plugin support with hooks (andreas)

## 2.0.0.f (2011-11-03)
### 2.0.0.f (2011-11-03)

* TODO: address race condition with delayed jobs (using redis transactions)
* Support ENV['BACKGROUND'] flag for daemonizing (bernerdschaefer)
* Added support for before_schedule and after_schedule hooks (yaauie)
* Added remove_delayed_job_from_timestamp to remove delayed jobs from
a given timestamp.

## 2.0.0.e (2011-09-16)
### 2.0.0.e (2011-09-16)

* Adding enqueue_at_with_queue/enqueue_in_with_queue support (niralisse)
* Adding `Resque::Scheduler.poll_sleep_amount` to allow for configuring
the sleep time b/w delayed queue polls.
* Add a "Clear Delayed Jobs" button to the Delayed Jobs page (john-griffin)
* Fixed pagination issue on the Delayed tab

## 2.0.0.d (2011-04-04)
### 2.0.0.d (2011-04-04)

* porting bug fixes from v1.9-stable

## 2.0.0.c
### 2.0.0.c

* Rake task drop a pid file (sreeix)

## 2.0.0.b
### 2.0.0.b

* Bug fixes

## 2.0.0.a
### 2.0.0.a

* Dynamic schedule support (brianjlandau, davidyang)
* Now depends on redis >=1.3
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This table explains the version requirements for redis

| resque-scheduler version | required redis version|
|:-------------------------|----------------------:|
| >= 2.0.0.i | >= 2.2.0 |
| >= 2.0.0 | >= 2.2.0 |
| >= 0.0.1 | >= 1.3 |


Expand Down
2 changes: 1 addition & 1 deletion lib/resque_scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ResqueScheduler
VERSION = '2.0.0.h'
VERSION = '2.0.0'
end

0 comments on commit 74ac86c

Please sign in to comment.