Skip to content

Tx Step isolation and retry#426

Merged
devhawk merged 4 commits into
mainfrom
devhawk/retry-tx-step
Jun 9, 2026
Merged

Tx Step isolation and retry#426
devhawk merged 4 commits into
mainfrom
devhawk/retry-tx-step

Conversation

@devhawk

@devhawk devhawk commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

This PR adds the ability to specify tx isolation level when executing a transactional step. Each factory uses the idiom that feels natural for its library.

Additionally, this PR automatically retries Tx Steps that fail with 40001 (serialization failure) or 40P01 (deadlock detected)

fixes #417

@devhawk devhawk requested review from kraftp, maxdml and qianl15 June 9, 2026 00:34
@devhawk devhawk merged commit 43e86c0 into main Jun 9, 2026
18 checks passed
@devhawk devhawk deleted the devhawk/retry-tx-step branch June 9, 2026 16:43
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.

Retry Serialization Failures in Transactional Steps

2 participants