Skip to main content

coordinator_router

Function coordinator_router 

Source
pub fn coordinator_router(
    registry: WorkerRegistry,
    token: Option<String>,
) -> Router
Expand description

Build the coordinator router.

Also starts the reaper: without it a worker that dies leaves its entry in the registry forever, because nothing ever called prune_stale.