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

feat: add maxBatchTimeMs, maxPollIntervalMs for ingestConsumerAttachments #1591

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

NikoGrano
Copy link
Contributor

I have a restricted environment where, due to hardware limitations, we are running into timeouts. Configuring these values timeouts through values.yaml will resolve this issue.

We have been bypassing this by running consumer manually when the error happens with the following command:

sentry run consumer ingest-attachments \
--consumer-group ingest-consumer 
--log-level DEBUG \
--max-poll-interval-ms 90000 \
-- --max-batch-size 1 \
--max-batch-time-ms 80000 \
--reprocess-only-stuck-events

Setting higher timeout values from start would prevent even this issue happening.

@Mokto Mokto merged commit 72af218 into sentry-kubernetes:develop Nov 3, 2024
2 of 3 checks passed
@Mokto Mokto mentioned this pull request Nov 3, 2024
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.

2 participants