-
-
Notifications
You must be signed in to change notification settings - Fork 53
Health Checks
Berger Eugene edited this page Jul 16, 2022
·
3 revisions
Many applications running for long periods of time eventually transition to broken states, and cannot recover except by being restarted. Process Compose provides liveness and readiness probes to detect and remedy such situations.
Probes configuration and functionality are designed to work similarly to Kubernetes liveness and readiness probes.