Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retry support for serializable transactions (#386)
## tl;dr I noticed our `libxmtp` test suite was occasionally failing due to serializable transaction errors. This adds retries, which are required when using the serializable isolation level since errors are common and transient thanks to Postgres' conflict detection
- Loading branch information