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 c181644 commit e19b83eCopy full SHA for e19b83e
HISTORY.md
@@ -1,3 +1,12 @@
1
+## 1.12.0 (2011-02-03)
2
+
3
+* Added pidfile writing from `rake resque:work`
4
+* Added Worker#pid method
5
+* Added configurable location for `rake install`
6
+* Bugfix: Errors in failure backend are rescue'd
7
+* Bugfix: Non-working workers no longer counted in "working" count
8
+* Bugfix: Don't think resque-web is a worker
9
10
## 1.11.0 (2010-08-23)
11
12
* Web UI: Group /workers page by hostnames
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.11.0'
+ Version = VERSION = '1.12.0'
end
0 commit comments