Build robust, durable workflows with Inngest's step methods. Each step is a separate HTTP request that can be independently retried and monitored.
These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages.
🔄 Critical: Each step re-runs your function from the beginning. Put ALL non-deterministic code (API calls, DB queries, randomness) inside steps, never outside.
Используйте пошаговые методы Inngest для создания устойчивых рабочих процессов. Охватывает Step.run, Step.sleep, Step.waitForEvent, Step.waitForSignal, Step.sendEvent, Step.invoke, Step.ai, а также шаблоны для циклов и параллельного выполнения. Источник: joelhooks/joelclaw.