Inngest Steps

Use when implementing delays that must survive process restarts (e.g., 24-hour cart abandonment, scheduled follow-ups), waiting for human approval or external events with timeouts (review gates, webhook callbacks, async API completion), polling external services without losing state on crashes, calling other functions and awaiting their results, memoizing expensive operations so they don't re-run on retry, or running async work in parallel inside a workflow. Covers Inngest step methods: step.run, step.sleep, step.waitForEvent, step.waitForSignal, step.sendEvent, step.invoke, step.ai, plus patterns for loops and parallel execution.

om-scogo c835cb9 4 files · 34.2 KB Updated 0 repo stars

File contents

om-scogo/skillsh-scraper/tree/main/data/skills/inngest-inngest-skills/inngest-steps commit c835cb965e

Frequently asked questions

npx skillmds add om-scogo/inngest-steps