pub async fn queue_stats<'e, E>(
executor: E,
) -> Result<Vec<QueueStats>, AwaError>where
E: PgExecutor<'e>,Expand description
Get statistics for all queues.
pub async fn queue_stats<'e, E>(
executor: E,
) -> Result<Vec<QueueStats>, AwaError>where
E: PgExecutor<'e>,Get statistics for all queues.