go-imap-sql icon indicating copy to clipboard operation
go-imap-sql copied to clipboard

Handle serialization failures

Open foxcpp opened this issue 6 years ago • 1 comments

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.

foxcpp avatar Sep 01 '19 15:09 foxcpp

Most cases where serialization failures are possible are now eliminated. Perhaps, this issue is not worth the trouble now.

foxcpp avatar Sep 02 '19 21:09 foxcpp