postgres

3 posts tagged “postgres”.

  1. 2025
  2. 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
  3. Durable Workflow Engines - Ridiculously Jumper!

    Update: I have abandoned using Jumper. It's buggy and the maintainers are not very welcoming to contributions. I am building my own.

    5 min read
  4. Integrating `highway_dsl` and `Jumper` for a Durable Workflow Engine

    The Integration Model This document outlines a strategy for merging and . These two systems are not competitors; they are complementary components operating at different layers of abstraction.

    5 min read