8 ms·
Yes but one subtle point. Exactly once processing is not possible in these frameworks, they assume execution is idempotent which means at least once. Now, any
by fsociety 8mo ago
Yes but one subtle point. Exactly once processing is not possible in these frameworks, they assume execution is idempotent which means at least once.
Now, any system I’ve seen designed around exactly once is complete garbage.
- jedberg 8mo ago> Exactly once processing is not possible in these frameworks Not entirely true, DBOS can guarantee exactly once execution if your API calls are idempotent.