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

Swallow timeouts occurring after saga completion #516

Merged
merged 1 commit into from May 22, 2023
Merged

Conversation

DavidBoike
Copy link
Member

@DavidBoike DavidBoike commented May 22, 2023

With this change, if two (or more) timeouts will mark the saga as complete and will fire at the same time, the first will mark the saga as complete and create a processing result, while the other timeouts (occuring "after" saga completion) will be consumed, just like in NServiceBus.

Fixes #512

@DavidBoike DavidBoike merged commit ae659ee into master May 22, 2023
3 checks passed
@DavidBoike DavidBoike deleted the double-timeout branch May 22, 2023 15:59
@DavidBoike DavidBoike added this to the 8.1.0 milestone May 22, 2023
@DavidBoike DavidBoike self-assigned this May 22, 2023
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.

AdvanceTime throws exception when the same timeout type is scheduled twice
2 participants