Function sweep
pub async fn sweep(
store: &dyn TaskRegistry,
boot_id: &str,
max_runtime_secs: i64,
) -> Result<()>Expand description
A single sweep — separated for direct unit testing.
pub async fn sweep(
store: &dyn TaskRegistry,
boot_id: &str,
max_runtime_secs: i64,
) -> Result<()>A single sweep — separated for direct unit testing.