Handle serialization failures
Open
bug
- Dominant language
- Go
- Stars
- 26
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
We should retry on serialization error (possibly, with a small delay). Currently we hard-fail and reject modifications.
Related to #12, we might able to decrease rate of serialization failures. But SQLite remains a problem because it always uses Serializable Isolation Level due to its design.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.