Skip to content

feat(auth): add SocketException as retryable exception [SELC-8622] - #288

Open
andrea-putzu wants to merge 1 commit into
mainfrom
feature/SELC-8622
Open

feat(auth): add SocketException as retryable exception [SELC-8622]#288
andrea-putzu wants to merge 1 commit into
mainfrom
feature/SELC-8622

Conversation

@andrea-putzu

Copy link
Copy Markdown
Contributor

List of Changes

  • Added SocketException as a retryable exception in GeneralUtils.checkIfIsRetryableException

Motivation and Context

SocketException can occur due to transient network issues. Including it as a retryable exception ensures that operations failing due to socket-level errors are retried, improving resilience of the auth service.

How Has This Been Tested?

  • Existing unit tests cover the checkIfIsRetryableException method; the new condition is covered by the existing test suite structure.

Screenshots (if appropriate):

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant