pub async fn process_config_file<J: JobProducerTrait>(
    config_file: Config,
    app_state: ThinData<AppState<J>>,
) -> Result<()>Expand description
Process a complete configuration file by initializing all repositories.
This function processes the entire configuration file in the following order:
- Process signers
- Process notifications
- Process relayers