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 f0374eb commit 1199237Copy full SHA for 1199237
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 1.8.1 (2010-04-29)
2
+
3
+* Bugfix: Multiple failure backend did not support requeue-ing failed jobs
4
+* Bugfix: Fix /failed when error has no backtrace
5
+* Bugfix: Add `Redis::DistRedis` as a valid client
6
7
## 1.8.0 (2010-04-07)
8
9
* Jobs that never complete due to killed worker are now failed.
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = '1.8.0'
+ Version = '1.8.1'
end
0 commit comments