:db.error/connection-released the connection has been released in Datomic

Viewed 486

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?

2 Answers
Related