Home / Companies / Inngest / Blog / Post Details
Content Deep Dive

How a durable workflow engine works: you might not need a queue

Blog post from Inngest

Post Details
Company
Date Published
Author
Tony Holdstock-Brown
Word Count
1,589
Company Posts That Month
2
Language
English
Hacker News Points
4
Post removed?
No
Summary

Dolphin AI Assistant provides an overview of durable workflow engines, which allow developers to write reliable code without worrying about queues or state management. These engines are designed to be code-first and should get out of the way, letting developers focus on their code. Workflow engines provide primitives such as steps (single transactions that must complete as close to exactly once as possible) and sleeps (the ability to wait a specific amount of time). They abstract some sort of queue under the hood and typically all do something similar: run workflows, check for new steps, update state, and re-run the function. Event-driven workflow engines combine semantics that you'd find in an event stream, allowing functions to automatically run any time specific events are received. These modern replacements for queues offer tooling and semantics above and beyond what raw infrastructure provides, improving how we build products day to day.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Observability 2 1,228 220 86 -7%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.