Skip to content
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

Add TransactionOptions timeout for SqlOutBox #905

Merged
merged 5 commits into from
May 1, 2022

Conversation

ramonsmits
Copy link
Member

@ramonsmits ramonsmits commented Mar 31, 2022

Currently outbox transaction scope always uses System.Transactions.Configuration.DefaultTimeout (1 minute) under .net core this allows to override the timeout duration in code.

alexander-kucherov and others added 4 commits March 21, 2022 11:58
Add check - Timeout requested is longer than the maximum value for this machine
Co-authored-by: Ramon Smits <ramon.smits@gmail.com>
add parameter for broken tests
@ramonsmits ramonsmits self-assigned this Mar 31, 2022
@alexander-kucherov
Copy link
Contributor

Hi, @ramonsmits !
When could we complete this PR?

@ramonsmits ramonsmits marked this pull request as ready for review April 27, 2022 09:55
@ramonsmits ramonsmits added this to the vNext milestone May 1, 2022
@ramonsmits ramonsmits merged commit 0ffcdb9 into master May 1, 2022
@ramonsmits ramonsmits deleted the feature/add-timeout-for-transactionoptions branch May 1, 2022 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants