eregs / regulations-core

An engine that supplies the API that allows users to read regulations and their various layers.
Creative Commons Zero v1.0 Universal
16 stars 27 forks source link

Wrap http requests in transactions #42

Open cmc333333 opened 8 years ago

cmc333333 commented 8 years ago

We don't wrap our requests in transactions, currently. While concurrent writes/reads during writes haven't been a use case we've cared much about, it's a good practice.