Skip to content

Commit 68de476

Browse files
committed
post-process-forwarder: Update CLI command
This argument is deprecated in getsentry/sentry#45182 and will be removed shortly.
1 parent 19a95c3 commit 68de476

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docker-compose.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)