Fork me on GitHub
#datomic
<
2024-02-14
>
az01:02:16

Hi all, is it possible to add new schema and entities that use those new attrs in the same transaction? When I try this I get :db.error/not-an-entity Unable to resolve entity: :a.new/thing

ghadi01:02:46

That is not supported

az01:02:15

Ok thank you for the quick reply @U050ECB92

1
ghadi01:02:39

Must define schema, then it becomes available in subsequent transactions

az01:02:03

Got it, ok great

Gustavo A.19:02:41

Hi, I’m using datomic cloud with an http handler. I’m getting this error message “Ops limit reached: 64” and it starts to return 503 errors. I’ve been reading that this is due to the use of a shared http-client, and the decision behind this was to limit the amount of resources consumption. Do you know if is there a way to pass this limit?