We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07be38 commit e76c234Copy full SHA for e76c234
docker-compose.yml
@@ -332,9 +332,15 @@ services:
332
worker:
333
<<: *sentry_defaults
334
command: run worker
335
- ingest-consumer:
+ events-consumer:
336
337
- command: run ingest-consumer --all-consumer-types
+ 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
343
+ command: run ingest-consumer --consumer-type=transactions
344
ingest-replay-recordings:
345
346
command: run ingest-replay-recordings
0 commit comments