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
if you run multiple SampleBatch.Service instances, you can get a race condition. A situation may arise when different instances of SampleBatch.Service capture messages BatchReceived and StateRequested at the same time with the same BatchId. And then BatchStateMachine will return BatchNotFound, since BatchState at this moment has not yet been saved to the database.
The text was updated successfully, but these errors were encountered:
if you run multiple SampleBatch.Service instances, you can get a race condition. A situation may arise when different instances of SampleBatch.Service capture messages BatchReceived and StateRequested at the same time with the same BatchId. And then BatchStateMachine will return BatchNotFound, since BatchState at this moment has not yet been saved to the database.
The text was updated successfully, but these errors were encountered: