Skip to content

Commit e76c234

Browse files
authored
ref(compose): Separate ingest consumers (#2193)
1 parent e07be38 commit e76c234

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docker-compose.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,15 @@ services:
332332
worker:
333333
<<: *sentry_defaults
334334
command: run worker
335-
ingest-consumer:
335+
events-consumer:
336336
<<: *sentry_defaults
337-
command: run ingest-consumer --all-consumer-types
337+
command: run ingest-consumer --consumer-type=events
338+
attachments-consumer:
339+
<<: *sentry_defaults
340+
command: run ingest-consumer --consumer-type=attachments
341+
transactions-consumer:
342+
<<: *sentry_defaults
343+
command: run ingest-consumer --consumer-type=transactions
338344
ingest-replay-recordings:
339345
<<: *sentry_defaults
340346
command: run ingest-replay-recordings

0 commit comments

Comments
 (0)