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
There are serialization lock failures that occur when there's multiple transactions inserting/updating the same row. This likely occurs when we insert and update a ledger, while we run async jobs that may run at the same instance.
Not entirely sure how to test this failure but we can definitely handle different serialization isolation levels with sequel.
The text was updated successfully, but these errors were encountered:
There are serialization lock failures that occur when there's multiple transactions inserting/updating the same row. This likely occurs when we insert and update a ledger, while we run async jobs that may run at the same instance.
Not entirely sure how to test this failure but we can definitely handle different serialization isolation levels with sequel.
The text was updated successfully, but these errors were encountered: