rcarvalho-workless 1.0.2.10 → 1.0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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