Skip to content

PLUGIN-1823: Retrying all SQLTransientConnectionExceptions #23

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

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

Conversation

sgarg-CS
Copy link
Collaborator

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

PLUGIN-1823

Add Failsafe Retry poilcy to all the places in the DB Plugins where SQLTransientException or 'SQLTransientConnectionException` 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 requested a review from psainics May 15, 2025 11:21
@sgarg-CS sgarg-CS requested a review from psainics May 15, 2025 12:12
@sgarg-CS sgarg-CS requested a review from psainics May 16, 2025 05:14
@sgarg-CS sgarg-CS requested a review from psainics May 16, 2025 07:29
Copy link
Collaborator

@psainics psainics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@sgarg-CS sgarg-CS force-pushed the patch/plugin-1823 branch from f920ad3 to 7fcb0a0 Compare May 16, 2025 11:34
@psainics psainics force-pushed the patch/plugin-1823 branch from 7fcb0a0 to 9da75b8 Compare May 19, 2025 09:01
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