File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,7 @@ services:
197197 << : *restart_policy
198198 image : clickhouse-self-hosted-local
199199 build :
200- context :
201- ./clickhouse
200+ context : ./clickhouse
202201 args :
203202 BASE_IMAGE : " ${CLICKHOUSE_IMAGE:-}"
204203 ulimits :
@@ -218,8 +217,7 @@ services:
218217 # You might want to change this to a higher value (and ensure your host has enough memory)
219218 MAX_MEMORY_USAGE_RATIO : 0.3
220219 healthcheck :
221- test :
222- [
220+ test : [
223221 " CMD-SHELL" ,
224222 # Manually override any http_proxy envvar that might be set, because
225223 # this wget does not support no_proxy. See:
@@ -329,13 +327,12 @@ services:
329327 << : *sentry_defaults
330328 command : run ingest-replay-recordings
331329 post-process-forwarder-errors :
332- << : *sentry_defaults
333- # Increase `--commit-batch-size 1` below to deal with high-load environments.
334- command : run post-process-forwarder --commit-batch-size 1 --entity errors
330+ << : *sentry_defaults
331+ command : run post-process-forwarder --entity errors
335332
336333 post-process-forwarder-transactions :
337334 << : *sentry_defaults
338- command : run post-process-forwarder --commit-batch-size 1 -- entity transactions --commit-log-topic=snuba-transactions-commit-log --synchronize-commit-group transactions_group
335+ command : run post-process-forwarder --entity transactions --commit-log-topic=snuba-transactions-commit-log --synchronize-commit-group transactions_group
339336 subscription-consumer-events :
340337 << : *sentry_defaults
341338 command : run query-subscription-consumer --commit-batch-size 1 --topic events-subscription-results
You can’t perform that action at this time.
0 commit comments