Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,13 +623,6 @@ services:
<<: *file_healthcheck_defaults
profiles:
- feature-complete
ingest-profiles:
<<: *sentry_defaults
command: run consumer ingest-profiles --consumer-group ingest-profiles --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-monitors:
<<: *sentry_defaults
command: run consumer ingest-monitors --consumer-group ingest-monitors --healthcheck-file-path /tmp/health.txt --max-poll-interval-ms ${SENTRY_KAFKA_MAX_POLL_INTERVAL_MS:-300000}
Expand Down
9 changes: 9 additions & 0 deletions taskbroker/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://github.com/getsentry/taskbroker/pull/667 for the config format.
kafka_deadletter_topic: taskworker-dlq
kafka_retry_topic: taskworker

kafka_topics:
taskworker:
Expand All @@ -9,3 +10,11 @@ kafka_topics:
cluster: default
consumer_group: taskworker
produce_only: true
profiles:
cluster: default
consumer_group: ingest-profiles-consumers-0
raw:
namespace: ingest.profiling.passthrough
application: sentry
taskname: sentry.profiles.task.process_profile_from_kafka
processing_deadline_duration: 60
Loading