-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
151 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -1417,4 +1417,18 @@ def env() -> Mapping[str, Optional[str]]: | |
}), | ||
|
||
'AZUL_ENABLE_REPLICAS': '0', | ||
|
||
# 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_FILE_DOWNLOAD_RATE_LIMIT': '59/[email protected]' | ||
} |
This file contains 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains 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 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