Fork me on GitHub
#datomic
<
2022-01-23
>
Benjamin15:01:06

can an ion lambda be invoked "concurrent" by default? Or does each invoke happen one after the other? I'm wondering what I need to do to make a lambda idempotent. I'd be easy to put a fact into datomic saying "I handled this thing"

Joe Lane20:01:29

Ion Lambda invocation by default is concurrent. What problem are you trying to solve? I think focusing on Lambda's might not be the best approach here, they are just a mechanism.