post: commit b0db8b5 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
2026-06-06 16:45:13 +02:00
committed by Betty
parent df76ae25b3
commit 8d988f9454

View File

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