celery-exporter
celery-exporter copied to clipboard
Tagged releases do not contain executable
I tried to install celery-exporter by downloading a tagged release, 0.4.1, but the .tgz (https://github.com/danihodovic/celery-exporter/releases/download/celery-exporter-0.4.1/celery-exporter-0.4.1.tgz) does not contain an executable file, only the readme and some yaml files.
The 'latest' release tag does contain an executable, but I'd like to specify a version in my ansible config so I can plan upgrades to new versions.
They're just helm releases atm, we'll need to tagged releases for the exporter itself. The ones that are there is just the chart.
Is it on the roadmap to create tagged releases for the exporter?
Is it on the roadmap to create tagged releases for the exporter?
Not a priority right now. Maybe in Q2 2023
~Not a priority right now. Maybe in Q2 2023~
Not happening. Maybe in 2024. In the meantime you can build the exporter yourself using pyinstaller.
https://github.com/danihodovic/celery-exporter/blob/master/Taskfile.yml#L14-L17