rcarvalho-workless 1.0.2.10 → 1.0.2.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ module Delayed
13
13
  if nw
14
14
  if self.num_workers_cache != nw
15
15
  self.num_workers_cache = nw
16
- client.ps_scale(ENV['APP_NAME'], :type => 'worker', :qty => @@current_num_workers)
16
+ client.ps_scale(ENV['APP_NAME'], :type => 'worker', :qty => nw)
17
17
  end
18
18
  end
19
19
  rescue
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - 2
9
- - 10
10
- version: 1.0.2.10
9
+ - 11
10
+ version: 1.0.2.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - lostboy