Skip to content

Commit

Permalink
docs: enhance workerEvents configuration with scalability recommendat…
Browse files Browse the repository at this point in the history
…ions (#1506)
  • Loading branch information
patsevanton authored Oct 4, 2024
1 parent 480d943 commit 81e6cd2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,10 @@ sentry:

# allows to dedicate some workers to specific queues
workerEvents:
## If the number of exceptions increases, it is recommended to enable workerEvents
enabled: false
queues: "events.save_event,post_process_errors"
## When increasing the number of exceptions and enabling workerEvents, it is recommended to increase the number of their replicas
replicas: 1
# concurrency: 4
env: []
Expand Down Expand Up @@ -1933,10 +1935,10 @@ kafka:
# Note that snuba component might fail if you set `hooks.snubaInit.kafka.enabled` to `false` and remove the topics from this default topic list.
topics:
- name: events
config:
"message.timestamp.type": LogAppendTime
## Number of partitions for this topic
# partitions: 1
config:
"message.timestamp.type": LogAppendTime
- name: event-replacements
- name: snuba-commit-log
config:
Expand Down Expand Up @@ -2023,6 +2025,8 @@ kafka:
- name: ingest-attachments
- name: ingest-transactions
- name: ingest-events
## If the number of exceptions increases, it is recommended to increase the number of partitions for ingest-events
# partitions: 1
- name: ingest-replay-recordings
- name: ingest-metrics
- name: ingest-performance-metrics
Expand Down

0 comments on commit 81e6cd2

Please sign in to comment.