Skip to content

Commit

Permalink
fix(plugin-server): don't ping CH on startup (#17419)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello authored Sep 13, 2023
1 parent ab0e989 commit a0bc6bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin-server/src/utils/db/hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export async function createHub(
: undefined,
rejectUnauthorized: serverConfig.CLICKHOUSE_CA ? false : undefined,
})
await clickhouse.querying('SELECT 1') // test that the connection works
status.info('👍', `ClickHouse ready`)

status.info('🤔', `Connecting to Kafka...`)
Expand Down

0 comments on commit a0bc6bf

Please sign in to comment.