Skip to main content

distinct_queues

Function distinct_queues 

Source
pub async fn distinct_queues(pool: &PgPool) -> Result<Vec<String>, AwaError>
Expand description

Return all distinct queue names.

Reads from the job_queue_catalog cache table.