Skip to content

Commit

Permalink
fix(clickhouse): Use correct HTTP port for healthcheck (getsentry#1069)
Browse files Browse the repository at this point in the history
Should fix getsentry#1058
  • Loading branch information
BYK authored Aug 19, 2021
1 parent 7b96408 commit 59c0df3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

- fix(clickhouse): Use correct HTTP port for healthcheck (#1069)
Fixes the regular `Unexpected packet` errors in Clickhouse

## 21.8.0

- feat: Support custom CA roots ([#27062](https://github.com/getsentry/sentry/pull/27062)), see the [docs](https://develop.sentry.dev/self-hosted/custom-ca-roots/) for more details.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ services:
test:
[
"CMD-SHELL",
"wget -nv -t1 --spider 'http://localhost:9000/' || exit 1",
"wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
]
interval: 3s
timeout: 600s
Expand Down

0 comments on commit 59c0df3

Please sign in to comment.