Skip to content

[PLUGIN-1823] Retrying all SQLTransientExceptions #600

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sgarg-CS
Copy link
Contributor

@sgarg-CS sgarg-CS commented May 28, 2025

PLUGIN-1823

Add Failsafe Retry poilcy to all the places in the database-plugins where SQLTransientException could be thrown.

Added three new properties (hidden from UI)

  • Initial Retry Duration (Default: 5sec)
  • Max Retry Duration (Default: 80 sec)
  • Max Retry Count (Default: 5)

@sgarg-CS sgarg-CS added the build label May 28, 2025
@vikasrathee-cs vikasrathee-cs changed the title PLUGIN-1823: Retrying all SQLTransientExceptions [PLUGIN-1823] Retrying all SQLTransientExceptions May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants