We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a926308 commit b9b5ec7Copy full SHA for b9b5ec7
HISTORY.md
@@ -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
11
## 1.7.1 (2010-04-02)
12
13
* Bugfix: Make job hook execution order consistent
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = '1.7.1'
+ Version = '1.8.0'
end
0 commit comments