Expand description
The twelve credit-registration pipeline phases and the one-iteration dispatcher.
Phases, not worker processes, are the unit of observation and control: the dashboard lists them,
credit_registration_phase_state heartbeats them, and the system tests tick them individually.
Both the worker loops and the test tick endpoint go through run_phase_once, so a phase cannot
behave differently depending on who ran it.
Enums§
- Credit
Registration Phase - A pipeline phase. The string forms are canonical:
credit_registration_phase_state.phase, the tick endpoint’s?phase=, the dashboard’s Workers tab labels and the audit log’starget_phase. - Phase
Tick - What one dispatch attempt did.
Functions§
- run_
phase_ once - Runs exactly one iteration of one phase.