pub fn pause_all(
session: Option<AdminSession>,
pool: &State<DbPool>,
) -> Result<Redirect, Status>Expand description
Human pause all conversions — block every in-progress task fleet-wide so the dispatcher
stops leasing new work everywhere. Cookie-gated; redirects to /admin. Agent twin:
POST /api/conversions/pause.