augur icon indicating copy to clipboard operation
augur copied to clipboard

UUID names for flower queues are annoying

Open MoralCode opened this issue 1 month ago • 0 comments

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?

MoralCode avatar Nov 18 '25 14:11 MoralCode