Skip to content

Commit 3455a33

Browse files
Update consumer flags (#3112)
update consumer flags
1 parent f8e95ec commit 3455a33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -380,25 +380,25 @@ services:
380380
command: run consumer ingest-occurrences --consumer-group ingest-occurrences
381381
ingest-profiles:
382382
<<: *sentry_defaults
383-
command: run consumer --no-strict-offset-reset ingest-profiles --consumer-group ingest-profiles
383+
command: run consumer ingest-profiles --consumer-group ingest-profiles
384384
ingest-monitors:
385385
<<: *sentry_defaults
386-
command: run consumer --no-strict-offset-reset ingest-monitors --consumer-group ingest-monitors
386+
command: run consumer ingest-monitors --consumer-group ingest-monitors
387387
monitors-clock-tick:
388388
<<: *sentry_defaults
389-
command: run consumer --no-strict-offset-reset monitors-clock-tick --consumer-group monitors-clock-tick
389+
command: run consumer monitors-clock-tick --consumer-group monitors-clock-tick
390390
monitors-clock-tasks:
391391
<<: *sentry_defaults
392-
command: run consumer --no-strict-offset-reset monitors-clock-tasks --consumer-group monitors-clock-tasks
392+
command: run consumer monitors-clock-tasks --consumer-group monitors-clock-tasks
393393
post-process-forwarder-errors:
394394
<<: *sentry_defaults
395-
command: run consumer post-process-forwarder-errors --consumer-group post-process-forwarder --synchronize-commit-log-topic=snuba-commit-log --synchronize-commit-group=snuba-consumers
395+
command: run consumer --no-strict-offset-reset post-process-forwarder-errors --consumer-group post-process-forwarder --synchronize-commit-log-topic=snuba-commit-log --synchronize-commit-group=snuba-consumers
396396
post-process-forwarder-transactions:
397397
<<: *sentry_defaults
398-
command: run consumer post-process-forwarder-transactions --consumer-group post-process-forwarder --synchronize-commit-log-topic=snuba-transactions-commit-log --synchronize-commit-group transactions_group
398+
command: run consumer --no-strict-offset-reset post-process-forwarder-transactions --consumer-group post-process-forwarder --synchronize-commit-log-topic=snuba-transactions-commit-log --synchronize-commit-group transactions_group
399399
post-process-forwarder-issue-platform:
400400
<<: *sentry_defaults
401-
command: run consumer post-process-forwarder-issue-platform --consumer-group post-process-forwarder --synchronize-commit-log-topic=snuba-generic-events-commit-log --synchronize-commit-group generic_events_group
401+
command: run consumer --no-strict-offset-reset post-process-forwarder-issue-platform --consumer-group post-process-forwarder --synchronize-commit-log-topic=snuba-generic-events-commit-log --synchronize-commit-group generic_events_group
402402
subscription-consumer-events:
403403
<<: *sentry_defaults
404404
command: run consumer events-subscription-results --consumer-group query-subscription-consumer

0 commit comments

Comments
 (0)