Fork me on GitHub
#datomic
<
2021-07-19
>
jackson18:07:12

Howdy all, is there anyone specific I can DM or email about licensing?

Jarrod Taylor (Clojure team)19:07:44

Of course. You can email

👍 2
kenny21:07:51

With the new client api gateway endpoint, what happens when a request times out by hitting the api gateway timeout and the passed in :timeout is greater than the 30s max? Does Datomic know its not worth continuing that work so it stops doing it? Should all our application code be aware of if it is using the client api gateway and automatically cap :timeout to 30s?

stuarthalloway18:07:13

This sounds like a performance optimization. Is there a performance problem?

kenny19:07:10

Probably, but still curious on the answer to the q since it allows us to prioritize where eng effort goes.