From 2885ce144137d213232916891fdf67aff254ddec Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 21 Jul 2026 21:35:53 +0200 Subject: [PATCH] post: commit 01433ed in borodino --- .../commits/2026-07-21-commit-01433ed.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-07-21-commit-01433ed.md diff --git a/content/posts/commits/2026-07-21-commit-01433ed.md b/content/posts/commits/2026-07-21-commit-01433ed.md new file mode 100644 index 0000000..8dbb411 --- /dev/null +++ b/content/posts/commits/2026-07-21-commit-01433ed.md @@ -0,0 +1,40 @@ +--- +title: "[borodino] fix(uzi): scale à 1 replica — msfrpcd est mono-tâche" +date: 2026-07-21T21:35:53+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit 01433ed par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `01433ed` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `01433ed139e5e6b22416b3f4386c0ead7f1b1d09` | + + +### Description + +Les 3 replicas UZI appelaient tous le même msfrpcd via RPC. +Comme msfrpcd sérialise les requêtes, les 2 replicas supplémentaires +attendaient leur tour sans rien faire — débit réel identique à 1 replica. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + stack/40-service-borodino.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +```