From f669f497d998f5cc9a1bc016ae250753519273d8 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 24 Jul 2026 14:35:55 +0200 Subject: [PATCH] post: commit 20b514f in borodino --- .../commits/2026-07-24-commit-20b514f.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-07-24-commit-20b514f.md diff --git a/content/posts/commits/2026-07-24-commit-20b514f.md b/content/posts/commits/2026-07-24-commit-20b514f.md new file mode 100644 index 0000000..9c7d25b --- /dev/null +++ b/content/posts/commits/2026-07-24-commit-20b514f.md @@ -0,0 +1,39 @@ +--- +title: "[borodino] fix(bm12): réduire le défaut de replicas à 5 (max par node = 5, 1 seul worker)" +date: 2026-07-24T14:35:55+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit 20b514f par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `20b514f` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `20b514f8fc3c87c3cb059a380e3ca6c7e7bd0e39` | + + +### Description + +Avec un seul worker (meta-68) et max_replicas_per_node=5, 10 replicas +causaient 5 tâches en Pending indefiniment. Le défaut passe à 5. + +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(-) +```