Fork me on GitHub
#datomic
<
2023-06-22
>
wontheone115:06:30

Hello people! Do people still experience random client timeouts such as in these past posts? (https://forum.datomic.com/t/difficulties-connecting-to-production-system-for-batch-imports/750/1, https://clojurians-log.clojureverse.org/datomic/2019-03-04 ) I want to know if I am experiencing the same problem and if I need to restart the EC2 instances

onetom16:06:49

we are still seeing such timeouts, but i'm still not sure why do they happen or how should i debug them. 😞 sometimes they happen right after a new deployment, already on the datomic.client.api/client call, but sometimes only on datomic.client.api/transact calls.

👍 2
onetom16:06:54

we are seeing this a few times a month on our prod system, which is a i3.large system with 2 compute instances in the primary group:

{:DesiredCapacity       2
                    :MinSize               2
                    :MaxSize               3
                    :MinInstancesInService 2}

👍 2
wontheone108:07:03

Yeah I have only seem this from Datomic cloud not on premise