--- 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(-) ```