AcademySoftwareFoundation / AcademySoftwareFoundation/OpenCue

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

Closed
#1,522 4 comments 0 reactions 1 assignee Claimed by @yash777u View on GitHub
bug help wanted
Dominant language
Python
Stars
957
Forks
259
Avg merge
3d 6h
Merged PRs (30d)
16

Description

**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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.