UUID names for flower queues are annoying
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 17
- Avg merge
- 6h 59m
- Merged PRs (30d)
- 1
Description
> [!NOTE]
> Migrated from [augurlabs/augur#3415](https://github.com/augurlabs/augur/issues/3415)
> Originally opened by `@MoralCode` on 2025-11-18
---
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?
Contributor guide
Assessment
This issue has not been assessed yet.