heroku_delayed_job_autoscale 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module HerokuDelayedJobAutoscale
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -21,8 +21,6 @@ module HerokuDelayedJobAutoscale
21
21
  end
22
22
 
23
23
  def autoscale_enqueue(job)
24
- Rails.logger.debug "enqueue"
25
-
26
24
  if autoscale_client.qty.zero?
27
25
  autoscale_client.scale_up
28
26
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Peter Haza