Expand description
Container Supervisor - Monitors running containers and enforces panic/crash policies
This module implements the on_panic error policy from the V1 spec (Section 16):
Restart(default): Restart container immediately on crashShutdown: Stop the service and mark as failedIsolate: Remove from load balancer but keep running for debugging
Structs§
- Container
Supervisor - Container supervisor that monitors running containers and enforces error policies
- Supervised
Container - Information about a supervised container
- Supervisor
Config - Configuration for the container supervisor
Enums§
- Supervised
State - Container state as tracked by the supervisor
- Supervisor
Event - Events emitted by the container supervisor
Type Aliases§
- Isolate
Callback - Type alias for the isolate callback function