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

A completing saga action may get executed twice #109

Closed
rhinof opened this issue Aug 3, 2019 · 0 comments
Closed

A completing saga action may get executed twice #109

rhinof opened this issue Aug 3, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@rhinof
Copy link
Contributor

rhinof commented Aug 3, 2019

When a saga can be completed by more than one message there may be a scenario in which both messages arrive and processed on the bus and since grabbit does not check for concurrency when deleting a saga completing actions may get executed twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant