heroku-autoscale 0.1 → 0.2.0

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.
Files changed (2) hide show
  1. data/lib/heroku/autoscale.rb +2 -1
  2. metadata +4 -3
@@ -5,7 +5,7 @@ require "rack"
5
5
  module Heroku
6
6
  class Autoscale
7
7
 
8
- VERSION = "0.1"
8
+ VERSION = "0.2.0"
9
9
 
10
10
  attr_reader :app, :options, :last_scaled
11
11
 
@@ -56,6 +56,7 @@ private ######################################################################
56
56
 
57
57
  def default_options
58
58
  {
59
+ :defer => true,
59
60
  :min_dynos => 1,
60
61
  :max_dynos => 1,
61
62
  :queue_wait_high => 5000, # milliseconds
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku-autoscale
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - David Dollar