Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate DynamoDB auto-scaling for hub channels and webhooks #987

Open
moulliet opened this issue Dec 8, 2017 · 1 comment
Open

Evaluate DynamoDB auto-scaling for hub channels and webhooks #987

moulliet opened this issue Dec 8, 2017 · 1 comment

Comments

@moulliet
Copy link
Contributor

moulliet commented Dec 8, 2017

Currently all of the hub tables have hard limits, which can be exceeded if usage patterns change.
This could minimize that risk.
https://aws.amazon.com/blogs/aws/new-auto-scaling-for-amazon-dynamodb/

@moulliet moulliet self-assigned this Dec 14, 2017
@moulliet
Copy link
Contributor Author

This feature would be a good fit for our prod envs, which have consistent read throughput and do not spike. The cost savings would not be significant, as our total DynamoDB spend for the hub is less than $200/month across all 10 clusters.
This feature would not be as good a fit for our dev and staging environments. The regular running of integration tests (which create, read and delete many channels) causes significant load spikes.

@moulliet moulliet removed their assignment Dec 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant