Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Need to Throttle Decreases #1

Open
bradmurray opened this issue Apr 19, 2016 · 1 comment
Open

Need to Throttle Decreases #1

bradmurray opened this issue Apr 19, 2016 · 1 comment

Comments

@bradmurray
Copy link

You should try to implement something like I have done at https://github.com/bradmurray/DynamoDBLambdaMonitor when it comes to decreases. The problem I ran into in using mine was that all four decreases would usually get used up in the first hour of the day and my savings on provisioning would be minimal. My basic logic is such that you can only use up to 1 decrease in the first 6 hours, 2 in the first 12 and so on. My implementation does not have multi-table as yours does.

@log-just
Copy link
Owner

sorry for late & thanks for good suggestion!
I'll add throttle feature by additional option in 'config.js' :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants