democracyworks / datomic-toolbox

Datomic Utility Library
19 stars 0 forks source link

Retry transactions #9

Closed ericnormand closed 9 years ago

ericnormand commented 9 years ago

How beautiful the retry!

This PR includes a function + macro that wrap your code up in a retry loop. It will catch ConcurrentModificationExceptions from Datomic (which are thrown by the transaction functions). When one is caught, it will retry the entire body of the macro. It will ultimately fail after 100 tries.