-
Notifications
You must be signed in to change notification settings - Fork 3
Different rate limits depending on HTTP method (#5555) #5869
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
Merged
achave11-ucsc
merged 17 commits into
develop
from
issues/dsotirho-ucsc/5555-rate-limit-on-http-method
Jul 15, 2025
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f1de2b0
Revert "[h] Disable global download rate limit in `prod` (#6799)"
dsotirho-ucsc 52cd41b
Revert "Rate limit download requests globally for HCA (#6740)"
dsotirho-ucsc 31f1986
Rename WAF rules using snake case
dsotirho-ucsc 1f548fd
Update allowed miminum WAF rate limit
dsotirho-ucsc 22f5a81
Refactor WAF rate rule config variables
dsotirho-ucsc 4c9dded
Reorder WAF rate rules
dsotirho-ucsc a4d9bd0
Refactor TF data source for NAT Gateway
dsotirho-ucsc c29b770
[1/2] Different rate limits depending on HTTP method (#5555)
dsotirho-ucsc cbca5e3
[2/2] Different rate limits depending on HTTP method (#5555)
hannes-ucsc 26bee6f
Convert TypeVar to PEP-695 type parameter
hannes-ucsc 6195892
Convert requirement to assertion woth R
hannes-ucsc 3cb3b39
Reduce footprint of app.unit_test hack, and generalize it
hannes-ucsc b6bae49
Improve module loading assertions
hannes-ucsc e14eb53
[R] Configure script logging in all templates
hannes-ucsc 6585687
Move function definition
hannes-ucsc 6ae02d1
[R] Ran `make requirements_update`
achave11-ucsc f16a7ea
[R] Ran `make requirements_update`
hannes-ucsc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file removed
BIN
-5.73 MB
bin/wheels/runtime/grpcio-1.73.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file added
BIN
+5.89 MB
...heels/runtime/grpcio-1.74.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1842,20 +1842,6 @@ def env() -> Mapping[str, Optional[str]]: | |
|
|
||
| 'AZUL_ENABLE_REPLICAS': '1', | ||
|
|
||
| # HCA allocates a daily budget for file downloads. To avoid exceeding | ||
| # that budget, we limit the download rate as follows: | ||
| # | ||
| # r = b/d/f/24/60*w | ||
| # | ||
| # where `r` is the rate limit (downloads/window), `b` is the daily | ||
| # download budget (dollars/day), `d` is the download cost (dollars/ | ||
| # gibibyte/download), `f` is the average file size (gibibytes), and `w` | ||
| # is the evaluation window (minutes) (=10). The value for `d` varies by | ||
| # region, so a weighted average is calculated based on the observed | ||
| # number of daily downloads per region. | ||
| # | ||
| # 'azul_waf_download_rate_limit': '59/[email protected]' | ||
|
|
||
| 'AZUL_ENABLE_VERBATIM_RELATIONS': '0', | ||
|
|
||
| 'AZUL_ENABLE_MIRRORING': '1', | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.