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

Api gateway relax quota #533

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Api gateway relax quota #533

merged 3 commits into from
Jun 3, 2024

Conversation

solomon-negusse
Copy link
Member

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
  • Make sure you are making a pull request against the develop branch (left side). Also you should start your branch off our develop.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check your code additions will fail neither code linting checks nor unit test.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Quota limits can potentially be exceeded with normal usage now that both query and download endpoints contribute to it

What is the new behavior?

Increased daily quota

Does this introduce a breaking change?

  • Yes
  • No

Other information

@@ -180,13 +180,6 @@ resource "aws_api_gateway_usage_plan" "internal" {
burst_limit = var.api_gateway_usage_plans.internal_apps.burst_limit
rate_limit = var.api_gateway_usage_plans.internal_apps.rate_limit
}

# terraform doesn't expose API Gateway's method level throttling so will do that
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out it's not possible to add daily quotas at method level so won't be setting anything manually that necessitated this.. and there's terraform way to do that now in case we need that

@solomon-negusse solomon-negusse merged commit 351ae57 into develop Jun 3, 2024
1 of 2 checks passed
@solomon-negusse solomon-negusse deleted the api-gateway-relax-quota branch June 3, 2024 15:14
@solomon-negusse solomon-negusse restored the api-gateway-relax-quota branch June 14, 2024 17:25
@solomon-negusse solomon-negusse deleted the api-gateway-relax-quota branch June 14, 2024 17:26
@jterry64 jterry64 restored the api-gateway-relax-quota branch December 18, 2024 21:13
@jterry64 jterry64 deleted the api-gateway-relax-quota branch December 18, 2024 21:13
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.

3 participants