pub async fn list_runtime_instances<'e, E>(
executor: E,
) -> Result<Vec<RuntimeInstance>, AwaError>where
E: PgExecutor<'e>,Expand description
List all runtime instances ordered with leader/live instances first.
pub async fn list_runtime_instances<'e, E>(
executor: E,
) -> Result<Vec<RuntimeInstance>, AwaError>where
E: PgExecutor<'e>,List all runtime instances ordered with leader/live instances first.