-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
It should be possible make versions transactional, so that a partially written version doesn't get read from the versioning reader. This could matter for race conditions for single writer/multiple reader models. It could also affect if the writer fails. Right now it tries to delete the version on failure, but that can't affect things like if Python crashes.
Reactions are currently unavailable