Skip to content

Commit

Permalink
ref(compose): Separate ingest consumers (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer authored Jun 7, 2023
1 parent e07be38 commit e76c234
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,15 @@ services:
worker:
<<: *sentry_defaults
command: run worker
ingest-consumer:
events-consumer:
<<: *sentry_defaults
command: run ingest-consumer --all-consumer-types
command: run ingest-consumer --consumer-type=events
attachments-consumer:
<<: *sentry_defaults
command: run ingest-consumer --consumer-type=attachments
transactions-consumer:
<<: *sentry_defaults
command: run ingest-consumer --consumer-type=transactions
ingest-replay-recordings:
<<: *sentry_defaults
command: run ingest-replay-recordings
Expand Down

0 comments on commit e76c234

Please sign in to comment.