diff --git a/content/posts/commits/2026-06-06-commit-b0db8b5.md b/content/posts/commits/2026-06-06-commit-b0db8b5.md new file mode 100644 index 0000000..86755f7 --- /dev/null +++ b/content/posts/commits/2026-06-06-commit-b0db8b5.md @@ -0,0 +1,38 @@ +--- +title: "[bojemoi] fix(orchestrator): retirer --reload uvicorn + healthcheck interval 30s→120s" +date: 2026-06-06T16:45:13+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit b0db8b5 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `b0db8b5` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `b0db8b5949b569caf4ea4cc0e3a5437b0c455d80` | + + +### Description + +- --reload activait le file watcher (watchfiles) inutilement en production +- healthcheck toutes les 30s déclenchait un login XenServer complet à chaque fois +- CPU: 22.88% → ~0.1% + +### Files Changed + +``` +M stack/01-service-hl.yml +``` + +### Diff Summary + +``` + stack/01-service-hl.yml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) +```