Skip to content

Conversation

@anton-ubi
Copy link
Contributor

@anton-ubi anton-ubi commented Dec 20, 2025

Problem

When an RQD instance restarts with a different version, the version tag (rqdv-X) in CueCommander is not being updated. The tags remain stuck at the first registered version despite the RQD instance reporting the correct new version on startup.

Root Cause

There is no mechanism to update host tags when an existing RQD instance reconnects with different version information. Tags are only set during initial host creation and remain static afterwards.

Solution

  • New updateHostTags method to handle tag updates on host reconnection
  • Method removes existing RQD-related tags and replaces them with current values from the host report
  • Use HostTagType.HARDWARE for RQD tags to distinguish them from user-added manual tags

Note: HostTagType.HARDWARE seemed unused. I don't know if a different usage was planned for it. It seems a good contender to segregate easily tags added at creation from manual tags added by the user later.

Testing

Update related unit tests to reflect the new tag ordering after the type classification change.
Add coverage to ensure manual tags are left untouched.

@anton-ubi anton-ubi changed the title [cuebot][fix] hardware tags update on Host restart [cuebot][FIX] HARDWARE tags update on Host restart Dec 20, 2025
@anton-ubi anton-ubi changed the title [cuebot][FIX] HARDWARE tags update on Host restart [cuebot][FIX] Hardware tags update on Host restart Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant