I can kinda guess what this error is telling me, but is it documented anywhere?
clojure.lang.ExceptionInfo: Database does not yet have t={:t 13093938, :database-id "e684b9c0-af66-450f-b29b-da7e6f080575"}
{:cognitect.anomalies/category :cognitect.anomalies/busy, :cognitect.anomalies/message "Database does not yet have t={:t 13093938, :database-id \"e684b9c0-af66-450f-b29b-da7e6f080575\"}", :basis 13093936, :needed-t {:t 13093938, :database-id "e684b9c0-af66-450f-b29b-da7e6f080575"}}https://clojurians.slack.com/archives/C03RZMDSH/p1652284300298739
I think there are kind of multiple ways for the error to arrive (I seem to recall some cautions about replaying transactions into a new db that might lead to this sort of thing)
This was in the course of normal operations on Datomic Cloud. No replaying/decanting.