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

Make dyanamo table read capacity a variable #106

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Make dyanamo table read capacity a variable #106

merged 1 commit into from
Jan 31, 2024

Conversation

BenGalewsky
Copy link
Contributor

Problem

With heavy use, the submissions endpoint is failing with a capacity exception:

[ERROR] ProvisionedThroughputExceededException: An error occurred (ProvisionedThroughputExceededException) when calling the Scan operation (reached max retries: 9): The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API.

Approach

Make this a variable and update it from five to twenty

@BenGalewsky BenGalewsky requested a review from blaiszik January 30, 2024 16:49
@BenGalewsky BenGalewsky merged commit 5a8e9c3 into prod Jan 31, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant