Skip to content

Make versions transactional #68

@asmeurer

Description

@asmeurer

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions