-
Couldn't load subscription status.
- Fork 321
fix: long timeranges for task queries truncated #1276
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
Conversation
🦋 Changeset detectedLatest commit: 637a4a4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR ReviewOverall Assessment: Good fix for preventing ClickHouse query timeouts Code Quality Issues:
Positive Notes:
Recommendation: Address the logging accuracy issue before merge to avoid confusion during debugging. |
E2E Test Results✅ All tests passed • 25 passed • 3 skipped • 238s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 with one minor nitpick
|
@claude remove the unused variable that the reviewer Dan mentioned |
Code Review✅ No critical issues found. The PR implements time range truncation for alert queries to prevent excessive ClickHouse load. The implementation is solid with:
Minor observations (non-blocking):
Testing recommendation: Verify alert behavior with historical data that would trigger truncation to ensure no unexpected side effects in production. Review generated by Claude Code |
Co-authored-by: Aaron Knudtson <[email protected]>
Fixes HDX-2618
Related to https://github.com/ClickHouse/support-escalation/issues/6113