Circuit breakers needs durable state
I just noticed that I have missed a big point during the design phase of my workflow engine! I Leonard that, proper circuit breakers must have a durable state in a proper database.
3 posts tagged “distributed-systems”.
I just noticed that I have missed a big point during the design phase of my workflow engine! I Leonard that, proper circuit breakers must have a durable state in a proper database.
- Transaction Boundaries are Sacred: When spawning child tasks, the parent MUST commit its transaction before children become visible to workers.
RAFT Consensus Explained Originally I wrote it here In this article, we delve into the realm of consensus algorithms, essential components in distributed systems for achieving consensus among a…