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
One two messages arrive and are concurrently processed by a saga instance, if one of the messages updates the saga state while the other causes the saga completion, the completion is ignored if the update happens first. The completion (deleting of the saga row) is conditional on the version number. If the version number does not match (concurrent update), the row is not deleted but no exception is raised that would trigger the reprocessing of a message.
Who's affected
All users of SQL Persistence who use sagas.
The text was updated successfully, but these errors were encountered:
Symptoms
One two messages arrive and are concurrently processed by a saga instance, if one of the messages updates the saga state while the other causes the saga completion, the completion is ignored if the update happens first. The completion (deleting of the saga row) is conditional on the version number. If the version number does not match (concurrent update), the row is not deleted but no exception is raised that would trigger the reprocessing of a message.
Who's affected
All users of SQL Persistence who use sagas.
The text was updated successfully, but these errors were encountered: