Skip to content

Commit b9b5ec7

Browse files
committed
v1.8.0
1 parent a926308 commit b9b5ec7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.8.0 (2010-04-07)
2+
3+
* Jobs that never complete due to killed worker are now failed.
4+
* Worker "working" state is now maintained by the parent, not the child.
5+
* Stopped using deprecated redis.rb methods
6+
* `Worker.working` race condition fixed
7+
* `Worker#process` has been deprecated.
8+
* Monit example fixed
9+
* Redis::Client and Redis::Namespace can be passed to `Resque.redis=`
10+
111
## 1.7.1 (2010-04-02)
212

313
* Bugfix: Make job hook execution order consistent

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = '1.7.1'
2+
Version = '1.8.0'
33
end

0 commit comments

Comments
 (0)