Skip to content

Commit 785cb52

Browse files
authored
Merge pull request #821 from rust-lang/momentarely-move-all-releases-and-crates-cdn-traffic-to-fastly
momentarely move all releases and crates cdn traffic to fastly
2 parents a390f73 + d78a1ea commit 785cb52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terragrunt/accounts/legacy/crates-io-prod/crates-io/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs = {
2626

2727
strict_security_headers = true
2828

29-
static_cloudfront_weight = 1
29+
static_cloudfront_weight = 0
3030
static_fastly_weight = 255
3131

3232
cdn_log_event_queue_arn = "arn:aws:sqs:us-west-1:365596307002:cdn-log-event-queue"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5275ef20018626808985ab324430cfcb086d3471
1+
7abd2b53211d23d20ea368c857591fd6fc6ab31f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1a55fdd4fd065e9bbba0ae7130d15c628b5b96f
1+
7abd2b53211d23d20ea368c857591fd6fc6ab31f

terragrunt/accounts/legacy/releases-prod/release-distribution/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs = {
1919
static_ttl = 86400 // 1 day
2020

2121
# minimum weight AWS allows.
22-
static_cloudfront_weight = 1
22+
static_cloudfront_weight = 0
2323
# maximum weight AWS allows
2424
static_fastly_weight = 255
2525
# Percentage of traffic going through Fastly: 255/(255+1)*100 = 99.6%

0 commit comments

Comments
 (0)