Skip to main content

Crate somatize_coordinator

Crate somatize_coordinator 

Source
Expand description

Coordinator service for Soma distributed workers.

Manages worker registration, health monitoring, load balancing, and plan routing. Separate from the worker process itself.

Re-exports§

pub use registry::WorkerRegistry;
pub use registry::WorkerStatus;
pub use server::coordinator_router;
pub use server::serve_coordinator;

Modules§

registry
Coordinator — lightweight gateway that manages worker registration, routing, and health monitoring.
server
HTTP/WebSocket server for the Coordinator.