pub async fn run(
process_name: &'static str,
db_pool: PgPool,
app_configuration: ApplicationConfiguration,
still_running_message: &str,
) -> Result<()>Expand description
Runs the phases this process owns until it is stopped, matching process_name against
CreditRegistrationPhase::process_name.