Skip to main content

Module phases

Expand description

The Workers tab: one row per pipeline phase, with the queue each is responsible for.

Phases, not pods. Pausing import while verify keeps running is a real incident move that no pod-level control can express, and the pause here is our own flag — the k8s status page still answers whether the process hosting a phase is up.

Structs§

CreditRegistrationPhaseList
CreditRegistrationPhaseRow
One phase as the Workers tab renders it.

Functions§

_add_routes
list_credit_registration_phases
GET /api/v0/main-frontend/credit-registration-admin/phases - Every pipeline phase, its heartbeat and the queue it is responsible for.
to_phase_row 🔒