superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[DistEnv] Fail in creation gracefully with `try ... finally`

Open blythed opened this issue 1 year ago • 0 comments

Currently if something goes wrong during Component creation, we don't abort creation gracefully.

For example, db.add(VectorIndex(...)). We should handle deleting the contained components.

blythed avatar Jan 08 '24 14:01 blythed