pub async fn distinct_queues(pool: &PgPool) -> Result<Vec<String>, AwaError>
Return all distinct queue names.
Reads from the job_queue_catalog cache table.
job_queue_catalog