Beignet API reference
    Preparing search index...

    Type Alias SingleAttemptJobDispatch

    SingleAttemptJobDispatch: <J extends JobDef>(
        job: J,
        payload: InferJobPayload<J>,
        options?: SingleAttemptJobDispatchOptions,
    ) => Promise<void>

    Shape of the single-attempt dispatch exposed under SINGLE_ATTEMPT_DISPATCH.

    Type Declaration