From 96afc4afd055fad67504ab36538da24c8927584b Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:56:07 +0000 Subject: [PATCH] chore(cloud-agent): lower production max_instances to 15 --- services/cloud-agent/wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cloud-agent/wrangler.jsonc b/services/cloud-agent/wrangler.jsonc index 698e745ece..df6def473c 100644 --- a/services/cloud-agent/wrangler.jsonc +++ b/services/cloud-agent/wrangler.jsonc @@ -118,7 +118,7 @@ "image_vars": { "KILOCODE_CLI_VERSION": "v0.26.0", }, - "max_instances": 200, + "max_instances": 15, "rollout_active_grace_period": 1800, }, ],