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

Add option to fail pipeline when retries are exhausted #139

Open
deepak-ritual opened this issue Jul 14, 2023 · 0 comments
Open

Add option to fail pipeline when retries are exhausted #139

deepak-ritual opened this issue Jul 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@deepak-ritual
Copy link

deepak-ritual commented Jul 14, 2023

When all retries are exhausted, the JDBC input plugin logs an error Unable to execute statement. Tried #{@statement_retry_attempts} times. but does not raise an exception causing the pipeline to keep retrying in subsequent cron runs.

This is challenging from a monitoring perspective as I would rather have my readiness probe fail ASAP and not go through the deployment. So, I would like to request you to consider adding an option allowing users to fail the pipeline altogether if the input plugin has exhausted retries in any cron run.

@deepak-ritual deepak-ritual added the enhancement New feature or request label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant