Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rqd] [cuebot] Changing rqd.conf tags has no effect at the cuebot server #1522

Open
stevenparkerco3 opened this issue Oct 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@stevenparkerco3
Copy link

Describe the bug
If a host defines some tags in its rqd.conf file like RQD_TAGS=util, then runs rqd, which creates a host entry in cuebot, further editing the tags in rqd.conf and restarting the service has no effect on the cuebot server.

To Reproduce
Start with a rqd.conf containing a single tag, such as RQD_TAGS=util. Then startup rqd, and stop it after a few seconds. Then edit the rqd.conf to have some changed tags, such as RQD_TAGS=util,test. When rqd starts back up, cuebot only matches it by hostname, and doesn't update the new tags.

Only once the host is removed from cuebot, then rqd is restarted will the new tags appear on that host.

Expected behavior
Everytime rqd starts up, it should send its tags to cuebot, and cuebot should create the host or update an existing host with these new tags.

Version Number
HEAD

@stevenparkerco3 stevenparkerco3 added the bug Something isn't working label Oct 1, 2024
@lithorus
Copy link
Contributor

lithorus commented Oct 9, 2024

I would suggest renaming the config option to something more describing of what it does. Eg. RQD_DEFAULT_TAGS and then perhaps add a new option RQD_FORCE_TAGS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants