Skip to content

Commit

Permalink
Disable Clickhouse status check in InfrastructureStatus for improved …
Browse files Browse the repository at this point in the history
…reliability
  • Loading branch information
simlarsen committed Nov 26, 2024
1 parent b10134f commit 002c23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProbeIngest/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const init: PromiseVoidFunction = async (): Promise<void> => {
try {
const statusCheck: PromiseVoidFunction = async (): Promise<void> => {
return await InfrastructureStatus.checkStatusWithRetry({
checkClickhouseStatus: true,
checkClickhouseStatus: false,
checkPostgresStatus: true,
checkRedisStatus: true,
retryCount: 3,
Expand Down

0 comments on commit 002c23b

Please sign in to comment.