Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct order of arguments of sentry consumers and add missed params in values.yaml #1464

Merged

Conversation

MemberIT
Copy link
Contributor

Fix #1463

Correct order of arguments for sentry 24.7.1:

docker run --rm --entrypoint sentry getsentry/sentry:24.7.1 run consumer --help | grep -A 1 -B 13 "\-\-processes"

  Launch a "new-style" consumer based on its "consumer name".

  Example:

      sentry run consumer ingest-profiles --consumer-group ingest-profiles

  runs the ingest-profiles consumer with the consumer group ingest-profiles.

  Consumers are defined in 'sentry.consumers'. Each consumer can take
  additional CLI options. Those can be passed after '--':

      sentry run consumer ingest-occurrences --consumer-group occurrence-
      consumer -- --processes 1

@MemberIT MemberIT force-pushed the fix_order-args-of-consumers branch from aba8858 to d036948 Compare September 17, 2024 07:51
@Mokto Mokto merged commit 2861efa into sentry-kubernetes:develop Sep 17, 2024
2 checks passed
@Mokto Mokto mentioned this pull request Sep 17, 2024
@MemberIT MemberIT deleted the fix_order-args-of-consumers branch September 17, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not correct order of arguments for sentry consumers
2 participants