Inngest is the developer platform for shipping reliable functions with zero new infrastructure. inngest.com/discord github.com/inngest/inngest

Worldwide
Joined May 2021
Pinned Tweet
Big news. We’re excited to announce our $21m Series A! Inngest now powers 30B monthly executions, helping product teams build reliable products efficiently, at scale. As AI moves to production, the need for fast, durable workflows is essential. Read the announcement postπŸ‘‡
Everybody talks about Context Engineering principles but few show how it works πŸ•³οΈ Let’s build an AI Research Assistant and see how Context Engineering helps make it more reliable and accurate πŸ‘‡
DigitalOcean 🀝 Inngest
Unbreakable workflows meet best-in-class observability. πŸ€πŸ”—β˜οΈ @Inngest, a durable workflow orchestration platform, helps developers build scalable products, like AI workflows, agents, & e-commerce stores, without the complexity of managing infrastructure.
7
Paul, co-founder of @cubic_dev_ , shared a take that’ll change how you think about AI models πŸ‘‡ βœ… Models know better than you which context they need βœ… Fewer tools win βœ… Expect failures: embrace observability and durability from day one
1
3
8
The Inngest DevServer MCP is handy for debugging and testing complex workflows composed of multiple Inngest functions. Again, with a simple prompt, the AI Assistant will generate the proper event and keep track of the progress and logs of the triggered runs 🎯
1
2
Test your local Inngest Functions without any manual event data crafting ✨ Simply ask β€œSend a test signup event with email 'alice@example.com' and monitor the function execution” and follow your AI Assistant results.
1
2
We’re thrilled to release the Inngest DevServer MCP ✨ You’ll no longer need to manually create testing events or manually trigger your Inngest functions via your app. Test and debug your local Inngest functions directly from Cursor or Claude Code. Learn howπŸ‘‡
AI agent orchestration has the same reliability challenges as any async workflow. How do you handle retries? Manage state? Debug errors? Join @Hiteshdotcom and I on Fri Oct 31 @ 12pm ET for a live session on the practical side of building durable agents: x.com/Hiteshdotcom
2
3
1
24
Ever shipped an AI agent that broke the moment it hit production? same. That's why @Hiteshdotcom & @djfarrelly are going live to talk about building durable AI agents & workflows that actually survive production. We're covering: workflow orchestration, error handling, retries, state management & more. Join us: πŸ—“οΈ Friday, October, 31st, 2025 @ 12PM EST πŸŽ™οΈ Twitter Space on @Hiteshdotcom
2
2
26
Inngest retweeted
As a gluer of code tools and concepts, I generally like taking things I love and finding other ways of implementing/building them. @convex_dev is a really good technology so I have been toying with other technologies to get a similar feel @instant_db w/ @inngest does that!
2
2
3
Explicit >>> magic, and the difference between `πšœπšπšŽπš™.πš›πšžπš—()` and "𝚞𝚜𝚎 πš πš˜πš›πš”πšπš•πš˜πš " is huge. We shipped implicit IDs when we created the πšœπšπšŽπš™.πš›πšžπš— API in 2022. Switched to explicit APIs within months. Here's why: β†’ No magic compilation. What you write is what you run. With directives, what you write *isn't* what you run. β†’ Steps = explicit code transactions β†’ Steps = easy unit test and mock β†’ Steps = far more powerful API (`πšœπšπšŽπš™.πš πšŠπš’πšπ™΅πš˜πš›π™΄πšŸπšŽπš—πš`, `πšœπšπšŽπš™.πš’πš—πšŸπš˜πš”πšŽ`, etc.) β†’ Steps = easy change management β†’ Steps = language agnostic: switch from TS β†’ Go and pick up where you left off β†’ Explicit functions = insanely powerful flow control β†’ Explicit functions = fan out In other words, one compiles your code into routes you never wrote. The other gives you typed functions that do exactly what they say. Here's a deep dive:
3
7
3
104
Friday rhymes with tutorial πŸ’» This weekend, learn how to build a conversational AI Agent that can answer questions over millions of rows in real-time. You’ll walk away understanding: 🧠 How to orchestrate multiple agents working together ⚑ How to stream results live as they’re generated 🧩 How to combine real-time inference with structured data retrieval inngest.com/blog/building-ag…
3
13
Inngest retweeted
Istg y'all are sleeping on @inngest
Developing apps with Inngest give you time travel superpowers 🦸 In just one click or using our API, replay workflows runs to quickly recover from failures ⚑ Learn how Windmill and Day AI use it to power their Agents πŸ‘‡
4
12
On the other hand, Throttling do not drop incoming events, it spread queued runs over time to match a given frequency. If too many of them are stacked, they’ll get delayed to match the desired frequency.
3