Skip to main content

api_service_workers

Function api_service_workers 

Source
pub fn api_service_workers(
    _caller: Actor,
    service: &str,
    pool: &State<DbPool>,
) -> Result<Json<Vec<WorkerDto>>, Status>
Expand description

The worker-fleet status for a service (agent twin of the workers screen): per-worker dispatch/ return tallies and in-flight backlog. 404 if the service is unknown.