From 99e1a21e45dcfb4b9ee8073aee16cc21c6ab8743 Mon Sep 17 00:00:00 2001 From: David Herberth Date: Thu, 13 Aug 2026 19:44:55 +0200 Subject: [PATCH] ref(consumer): Remove unused billing metrics consumer --- docker-compose.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bf8dee49f35..e06efb33a4f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -568,13 +568,6 @@ services: <<: *file_healthcheck_defaults profiles: - feature-complete - billing-metrics-consumer: - <<: *sentry_defaults - command: run consumer billing-metrics-consumer --consumer-group billing-metrics-consumer --healthcheck-file-path /tmp/health.txt --max-poll-interval-ms ${SENTRY_KAFKA_MAX_POLL_INTERVAL_MS:-300000} - healthcheck: - <<: *file_healthcheck_defaults - profiles: - - feature-complete ingest-occurrences: <<: *sentry_defaults command: run consumer ingest-occurrences --consumer-group ingest-occurrences --healthcheck-file-path /tmp/health.txt --max-poll-interval-ms ${SENTRY_KAFKA_MAX_POLL_INTERVAL_MS:-300000}