post: commit 20b514f in borodino
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 4m44s

This commit is contained in:
Claude Code
2026-07-24 14:35:55 +02:00
committed by Betty
parent 7a21560c97
commit f669f497d9

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M stack/40-service-borodino.yml
```
### Diff Summary
```
stack/40-service-borodino.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
```