distributed-systems

3 posts tagged “distributed-systems”.

  1. 2025
  2. 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.

    1 min read
  3. Critical lessons from implementing a highly complex workflow system

    - Transaction Boundaries are Sacred: When spawning child tasks, the parent MUST commit its transaction before children become visible to workers.

    1 min read
  4. 2024
  5. RAFT Consensus Explained

    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…

    6 min read