I'm running into the `serialization max retries ex...
# spicedb
f
I'm running into the
serialization max retries exceeded; please reduce your parallel writes
error when running an integration test against a SpiceDB docker container running
serve-testing
. I've searched the issue, but it's unlcear what the recommendation is. Seems odd to enforce callers to serialize all their requests? Should I just be using a vanilla
serve
instead of
serve-testing
?
12 Views