integrant

kirill.salykin 2020-09-03T16:06:57.000400Z

hi is there a way to rollback system if one of the keys fails?

kirill.salykin 2020-09-03T16:07:10.000700Z

or how one is doing it? For instance, :http depends on :db, :db initialized as connection pool, then :http fails for some reason - but connection pool is not closed how I can ensure it is closed?

kirill.salykin 2020-09-03T16:20:27.001300Z

UPD, found system attached to ex-data

kirill.salykin 2020-09-03T16:32:20.001800Z

Probably is a good idea to add note about this to docs?