Fork me on GitHub
#datomic
<
2019-11-11
>
bartuka14:11:59

hi, when should I use the async api?

bartuka18:11:39

thanks, very good reading!

dangercoder19:11:51

you're welcome 🙂

bartuka19:11:40

not sure, but I am trying to write a service using rabbitmq and core.async. I am handling backpressure and parallelism nicely but when I introduce parts of the code with blocking I/O the execution freezex

bartuka19:11:35

I am trying to make 30 find queries into datomic cloud simultaneously. I get a Client Timeout out of this

bartuka19:11:25

this behavior is expected?