Skip to main content

get_stats

Function get_stats 

Source
pub async fn get_stats(
    conn: &DatabaseConnection,
    queues: &[&str],
) -> Result<QueueStats, Error>
Expand description

Return aggregate pending/delayed counts per queue and the total failed count.