dynamo-autoscale 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,3 @@
1
1
  config/dynamo-autoscale.yml
2
- aws.yml
3
2
  data/
4
3
  pkg/
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ v0.2.8
2
+
3
+ - It seems that CloudWatch only has new data every 5 minutes. CloudWatch polling
4
+ increased from 1 minute to 5 minute intervals.
5
+
1
6
  v0.2.7
2
7
 
3
8
  - Some improvements around table tracking and scale reports.
@@ -1,7 +1,7 @@
1
1
  module DynamoAutoscale
2
2
  class CWPoller < Poller
3
3
  include DynamoAutoscale::Logger
4
- INTERVAL = 1.minute
4
+ INTERVAL = 5.minutes
5
5
 
6
6
  def poll tables, &block
7
7
  if tables.nil?
@@ -1,3 +1,3 @@
1
1
  module DynamoAutoscale
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamo-autoscale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: