async fn run_tick(
app_conf: Data<ApplicationConfiguration>,
pool: Data<PgPool>,
suotar_client: Data<SuotarClient>,
query: Query<RunTickQuery>,
) -> ControllerResult<HttpResponse>Expand description
Runs one iteration of one pipeline phase: 200 when it ran, 400 for unknownPhase or a scope the
phase cannot narrow on. An optional scope narrows the rows the iteration may claim; absent is
unscoped, which is what production does.