Skip to content

Commit

Permalink
Revert "feat(issue-consumer): make batched parallel mode default (#71572
Browse files Browse the repository at this point in the history
)"

This reverts commit c730732.
  • Loading branch information
vartec committed Jun 29, 2024
1 parent 27f0f97 commit 4e84a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/consumers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def issue_occurrence_options() -> list[click.Option]:
click.Option(
["--mode", "mode"],
type=click.Choice(["batched-parallel", "parallel"]),
default="batched-parallel",
default="parallel",
help="The mode to process occurrences in. Batched-parallel uses batched in parallel to guarantee messages are processed in order per group, parallel uses multi-processing.",
),
]
Expand Down

0 comments on commit 4e84a4a

Please sign in to comment.