You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many services in docker-compose.yml lack healthchecks. The orchestrator might attempt to route tasks to agents that are in a 'running' state but not actually healthy.
Goal: Implement /health endpoints and add healthcheck blocks to Docker Compose.
Many services in docker-compose.yml lack healthchecks. The orchestrator might attempt to route tasks to agents that are in a 'running' state but not actually healthy.
Goal: Implement /health endpoints and add healthcheck blocks to Docker Compose.