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

Fix to prevent queries not completing #578

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

javuto
Copy link
Collaborator

@javuto javuto commented Dec 27, 2024

Fix for #577

Schema for the table node_queries must be altered manually to expand its size. Use this query:

ALTER TABLE node_queries ALTER COLUMN status TYPE varchar (10);

This should resolve the issue.

@javuto javuto added osctrl-tls osctrl-tls related changes queries On-demand queries related issues 🚧 bugfix Fix for an existing bug labels Dec 27, 2024
@javuto javuto self-assigned this Dec 27, 2024
Copy link
Contributor

@zhuoyuan-liu zhuoyuan-liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, sorry for introducing this bug.

@javuto javuto merged commit 3851617 into main Dec 27, 2024
52 checks passed
@javuto javuto deleted the fix-queries-not-completed branch December 27, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚧 bugfix Fix for an existing bug osctrl-tls osctrl-tls related changes queries On-demand queries related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants