-
Notifications
You must be signed in to change notification settings - Fork 38
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
Make transaction cleanup timeouts configurable #549
Make transaction cleanup timeouts configurable #549
Conversation
76c08e6
to
23560d7
Compare
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Closed PR due to inactivity for more than 18 days. |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #549 +/- ##
============================================
+ Coverage 55.48% 55.76% +0.27%
Complexity 16 16
============================================
Files 21 21
Lines 647 651 +4
Branches 320 322 +2
============================================
+ Hits 359 363 +4
Misses 287 287
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Introduced in #562. |
Purpose
Allow configuring transaction cleanup timeouts for long running transactions.
Related to ballerina-platform/ballerina-lang#42922
Depends on ballerina-platform/ballerina-lang#42940
Goals
Approach
Uses two new configurations
transactionAutoCommitTimeout
andtransactionCleanupTimeout
values for auto committing timeout for long running transactions and cleaning up dead transactions.User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Lang PR: ballerina-platform/ballerina-lang#42940
Migrations (if applicable)
Test environment
Learning