pub async fn queue_runtime_summary<'e, E>(
executor: E,
) -> Result<Vec<QueueRuntimeSummary>, AwaError>where
E: PgExecutor<'e>,Expand description
Queue runtime/config summary aggregated across worker snapshots.
pub async fn queue_runtime_summary<'e, E>(
executor: E,
) -> Result<Vec<QueueRuntimeSummary>, AwaError>where
E: PgExecutor<'e>,Queue runtime/config summary aggregated across worker snapshots.