Beignet API reference
    Preparing search index...

    Function createInlineJobDispatcher

    • Create a local/test dispatcher that runs job handlers inline.

      Dispatch honors the job's declared retry policy: failed attempts retry with the policy's delays until the policy is exhausted. Payload validation failures never retry. Jobs without a retry policy run exactly once.

      Type Parameters

      • Ctx

      Parameters

      Returns InlineJobDispatcher<Ctx>