rcarvalho-workless 1.0.2.15 → 1.0.2.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,10 +29,11 @@ module Delayed
29
29
  end
30
30
  rescue
31
31
  end
32
- end
33
32
 
34
- def self.workers
35
- client.ps(ENV['APP_NAME']).count { |p| p["process"] =~ /worker\.\d?/ }
33
+ def self.workers
34
+ client.ps(ENV['APP_NAME']).count { |p| p["process"] =~ /worker\.\d?/ }
35
+ end
36
+
36
37
  end
37
38
 
38
39
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - 2
9
- - 15
10
- version: 1.0.2.15
9
+ - 16
10
+ version: 1.0.2.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - lostboy