Skip to content

inngest@3.38.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 27 May 09:18
· 356 commits to main since this release
3044dba

Minor Changes

  • #985 4616919 Thanks @jpwilliams! - Add ability for signal waits to supersede others

    await step.waitForSignal("step-id", {
      signal: "my-signal",
      timeout: "5m",
      onConflict: "replace",
    });