Corriger le healthcheck Messenger et separer les concerns web/worker #15
Labels
No labels
area: auth
area: deps
area: frontend
area: gameplay
area: import
area: infra
area: product
area: tests
priority: P0
priority: P1
priority: P2
priority: P3
type: bug
type: chore
type: feature
type: infrastructure
type: performance
type: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: thibaud-lclr/ltbxd-actorle#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. Le souci
Le service
messengerapparait unhealthy alors qu'il consomme bien les messages. Il reutilise l'image/runtime du service web, ce qui melange les hypotheses de sante et d'execution.2. Proposition de solution
Avoir un healthcheck adapte au worker et clarifier la separation entre runtime web et runtime worker.
3. Proposition d'implementation
messenger;docker-composepour documenter la difference app/worker ;