Skip to content

Commit f4c3523

Browse files
authored
feat(alert): allow defining ClickHouse request timeout (#1239)
Provides support for defining the ClickHouse client request timeout from a command line arg. Uses a default value of 30 seconds if the argument is not defined. Refactors the task arg validation and parsing to leverage zod now that we have more than a few parameters.
1 parent 1ed32e4 commit f4c3523

File tree

7 files changed

+195
-317
lines changed

7 files changed

+195
-317
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperdx/api": minor
3+
---
4+
5+
Allows defining the ClickHouse request timeout value from the command line on the check-alert task

0 commit comments

Comments
 (0)