I was getting unavailable anomalies like the following adding some fixtures to the DB, so tried testing with with-db
.
CompilerException clojure.lang.ExceptionInfo: Unable to forward request
#:cognitect.anomalies{:category :cognitect.anomalies/unavailable, :message
"Unable to forward request"}
I still get this and an even stranger HTTP connection error (linked below) even for with-db operations, what else could this be caused by?
https://pastebin.com/raw/Lg54hzF8
Hm, I guess with-db does not mean nothing crosses the wire, since datomic code isn’t on my system I guess it has to run on datomic cloud and just not be persisted, is this correct?
Would still appreciate help understanding the errors – they happen consistently.
The latest version of Datomic Cloud includes some improvements to network connection handling. Do you still see the same issues when using the latest?
https://docs.datomic.com/cloud/releases.html#477-8741
-Marshall