I'm running my Transactor(EC2) and Datomic(DynamoDB) on AWS and after a while, I started getting the following error which I did not understand anything:
:db.error/connection-released The connection has been released.
....
Also, I was running my app for a month before but did not get this error at the time.
Any ideas?, if this happens regularly should I re-establish database connection in app code?
It turned out that when transactor instance reboots I get that error so I found a work around for this problem here is the code: