fix: long timeranges for task queries truncated#1276
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
|
dhable
left a comment
There was a problem hiding this comment.
+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 <knudtty@users.noreply.github.com>
Fixes HDX-2618
Related to https://github.com/ClickHouse/support-escalation/issues/6113