augur
augur copied to clipboard
UUID names for flower queues are annoying
Every time augur starts up we generate a unique UUID name for the task queue (or whatever)
It happens in lines like this (both in this file and in the CLI)
https://github.com/chaoss/augur/blob/d704670fc80db2397e6f20912ad89f6376aaf372/augur/application/cli/collection.py#L148
Why are these random UUIDs here and can we make the names more consistent so they dont create too many things to track in the grafana monitoring stack?