Durable step execution
Wrap existing logic in step.run() so each step gets retries, state, and failure recovery without refactoring the surrounding app.
Inngest is a durable execution platform for background jobs, workflows, and AI agents. It helps developers add retries, flow control, and observability without building separate worker or queue infrastructure.
Inngest is a durable execution platform for background jobs, workflows, and AI agents. It moves orchestration concerns such as retries, concurrency, waiting, and observability into the application code while the service handles the execution layer.
The product is designed for teams that want to add reliable step-based logic to existing apps without introducing workers, queues, or a separate orchestration architecture. The source highlights use cases such as long-running workflows, APIs that must survive timeouts, schedules, serverless functions, and event-driven fan-out.
Wrap existing logic in step.run() so each step gets retries, state, and failure recovery without refactoring the surrounding app.
Handle waiting, retries, fan-out, throttling, and scheduling in the platform while the code keeps the orchestration logic close to the function.
Limit the number of steps that run at once, including per-key and cross-function scopes, to protect downstream services and keep tenant workloads fair.
Trace runs with logs, metrics, and replayable history so failures can be inspected at step level and revisited later.
Stream updates from functions in real time, which supports interactive workflows and long-running operations that need progress feedback.
Run background jobs, workflows, and AI agents without adding workers or queues on your side; the platform manages execution infrastructure.
Use Inngest to run multistep backend jobs that should resume after failures instead of restarting from scratch.
Build AI agent flows that can pause for input, wait for events, and continue from the same execution state.
Protect downstream services by capping concurrent steps globally, per tenant, or across multiple functions.
Run workflows that fan out many event-driven tasks and keep each execution traceable and replayable.
Support long-running serverless endpoints or scheduled work that needs reliable retries and visibility.
Inngest runs durable functions by wrapping existing code in steps, so you can add retries, waiting, and orchestration without rebuilding your app around queues or workers.
The pricing page shows a free Hobby plan, a Pro plan that starts at $75 per month, and an Enterprise option with contact-sales pricing.
Yes. The pricing page says Inngest is open-source and can be self-hosted, while the cloud product adds managed infrastructure and observability.
The source highlights durable workflows, background jobs, AI agents, long-running API endpoints, schedules, serverless functions, and event fan-out as common uses.
Concurrency control can be applied with global limits, per-key limits, and shared scopes across functions, which is useful when you need to protect downstream systems or manage multi-tenant load.