Skip to content

Implements RetryConnectionMiddleware for Oracle - #1303

Open
DarkSide666 wants to merge 2 commits into
developfrom
feature/oracle-connection-retry
Open

Implements RetryConnectionMiddleware for Oracle#1303
DarkSide666 wants to merge 2 commits into
developfrom
feature/oracle-connection-retry

Conversation

@DarkSide666

@DarkSide666 DarkSide666 commented Aug 14, 2026

Copy link
Copy Markdown
Member

Implements RetryConnectionMiddleware and improve action workflow script for Oracle.

This fixes issue caused by Oracle listener which we also often see in Atk tests.
On heavier connection load Oracle randomly becomes inaccessible because Oracle listener have some delay before it actually drops connection out of its cache after you disconnect from db. As result listener kind of "overflows" and don't allow to make new connections to DB even if previous connections are all nicely closed and not hit DBs connection limit.

Implementation have no BC breaks as connection retries are done purely on background.

@DarkSide666 DarkSide666 self-assigned this Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant