diff --git a/.env b/.env index acb4ee8041..17036f4d54 100644 --- a/.env +++ b/.env @@ -12,4 +12,4 @@ SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly WAL2JSON_VERSION=latest HEALTHCHECK_INTERVAL=30s HEALTHCHECK_TIMEOUT=60s -HEALTHCHECK_RETRIES=5 +HEALTHCHECK_RETRIES=10 diff --git a/docker-compose.yml b/docker-compose.yml index c35dc3aabe..093781eb44 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -319,10 +319,14 @@ services: ingest-consumer: <<: *sentry_defaults command: run ingest-consumer --all-consumer-types - post-process-forwarder: + post-process-forwarder-errors: + <<: *sentry_defaults + # Increase `--commit-batch-size 1` below to deal with high-load environments. + command: run post-process-forwarder --commit-batch-size 1 --entity errors + + post-process-forwarder-transactions: <<: *sentry_defaults - # Increase `--commit-batch-size 1` below to deal with high-load environments. - command: run post-process-forwarder --commit-batch-size 1 + command: run post-process-forwarder --commit-batch-size 1 --entity transactions --commit-log-topic=snuba-transactions-commit-log --synchronize-commit-group transactions_group subscription-consumer-events: <<: *sentry_defaults command: run query-subscription-consumer --commit-batch-size 1 --topic events-subscription-results