FSM-based Resumable Postgres tasks

  • FSM-based - each task is a granular state machine
  • Resumable - on error, after you fix the step logic or the external world, the task is able to pick up where it stopped
  • Postgres - a single table is enough to handle task scheduling, state transitions, and error processing
2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.