From 38b49c80390745d8a7d0fb5cb00e6b2de2149000 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 30 Apr 2025 11:52:16 +0200 Subject: [PATCH] [clsi-cache] scale writes (#25198) * [k8s] clsi-cache: increase the number of workers * [clsi-cache] add a global limit on concurrent writes * [k8s] clsi-cache: increase timeouts for health checks * [k8s] clsi-cache: align resource requests with current usage GitOrigin-RevId: 2aba881ac0e581aa8db78a30d2c58afee6702318 --- package-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index b9d3df8814..54f09ebf80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42495,7 +42495,8 @@ "body-parser": "^1.20.3", "bunyan": "^1.8.15", "celebrate": "^15.0.3", - "express": "^4.21.2" + "express": "^4.21.2", + "p-limit": "^3.1.0" }, "devDependencies": { "chai": "^4.3.6",