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

Options to discard retries caused by 429 errors #211

Open
r0b3rt24 opened this issue Jun 7, 2023 · 1 comment
Open

Options to discard retries caused by 429 errors #211

r0b3rt24 opened this issue Jun 7, 2023 · 1 comment
Labels
enhancement Increases software capabilities beyond original client specifications

Comments

@r0b3rt24
Copy link

r0b3rt24 commented Jun 7, 2023

Is your feature request related to a problem? Please describe.
When logstash encounters 429 errors when delivering messages, It will retry infinitely. That ends up in message stuck in memory queue infinitely. If such cases accumulates, it will eventually stall the ingestion.

Describe the solution you'd like
An option to discard all delivery failed after a certain number of retries.

Describe alternatives you've considered
N/A

N/A

@dlvenable dlvenable added enhancement Increases software capabilities beyond original client specifications and removed untriaged labels Jun 7, 2023
@divanshurox
Copy link

Hello, we are also encountering a same issue where logstash reports retrying for events with status code 429 and then stops pushing data. Is there some way to push events with status code "429" to DLQ or drop them to get the pipeline going?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Increases software capabilities beyond original client specifications
Projects
None yet
Development

No branches or pull requests

3 participants