From ae4c758d44a99c624a4e91498868ecfc4a459d0d Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Wed, 20 Nov 2024 16:28:39 -0800 Subject: [PATCH] service configs: drop router to max 6 instances, hub rollback window to 50k --- atproto_hub.yaml | 2 +- router.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atproto_hub.yaml b/atproto_hub.yaml index 079231a2..5d4834d1 100644 --- a/atproto_hub.yaml +++ b/atproto_hub.yaml @@ -32,7 +32,7 @@ env_variables: MOD_SERVICE_DID: did:plc:ar7c4by46qjdydhdevvrndac # ...or test against labeler.dholms.xyz / did:plc:vzxheqfwpbi3lxbgdh22js66 - ROLLBACK_WINDOW: 100000 + ROLLBACK_WINDOW: 50000 SUBSCRIBE_REPOS_BATCH_DELAY: 10 # need only one instance so that new commits can be delivered to subscribeRepos diff --git a/router.yaml b/router.yaml index 413a4a12..498bd2dd 100644 --- a/router.yaml +++ b/router.yaml @@ -28,7 +28,7 @@ env_variables: automatic_scaling: min_num_instances: 2 - max_num_instances: 10 + max_num_instances: 6 cpu_utilization: target_utilization: 0.9