async fn run_registrar_tick(
app_conf: Data<ApplicationConfiguration>,
pool: Data<PgPool>,
suotar_client: Data<SuotarClient>,
) -> ControllerResult<HttpResponse>Expand description
The combined form of run-tick, walking the sequence in pipeline order. Always 200; each phase
reports its own status. Takes no scope on purpose: a suite that only ever ticks scoped never
exercises the sweep-everything behaviour production has.