SidecarSupervisor wraps SidecarManager with auto-restart (1s-30s backoff, 5 retries), SidecarHealth enum, 5min stability window. 17 unit tests.
6 lines
98 B
Rust
6 lines
98 B
Rust
pub mod config;
|
|
pub mod event;
|
|
pub mod pty;
|
|
pub mod sandbox;
|
|
pub mod sidecar;
|
|
pub mod supervisor;
|