You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the conclude functionality has two writes:
Set the outcome.
Conclude the registered state.
Problem: There is a risk that the first transaction goes through, while the second fails. In this case we might end up in an inconsistent state.
We need to investigate further whether the current solution is problematic and if so, how to resolve the situation. Maybe using the transaction decorator might be a solution, as pointed out here.
The text was updated successfully, but these errors were encountered:
Currently, the conclude functionality has two writes:
Problem: There is a risk that the first transaction goes through, while the second fails. In this case we might end up in an inconsistent state.
We need to investigate further whether the current solution is problematic and if so, how to resolve the situation. Maybe using the transaction decorator might be a solution, as pointed out here.
The text was updated successfully, but these errors were encountered: