pub async fn run_credit_registration_worker(
process_name: &'static str,
start_message: &str,
still_running_message: &str,
) -> Result<()>Expand description
The bootstrap both credit-registration binaries share; they differ only in the phases
worker_loop::run picks for process_name and in these messages.