Beignet API reference
    Preparing search index...

    Interface JobRetryOptions

    Retry metadata that durable job providers can map to their own retry model.

    interface JobRetryOptions {
        attempts?: number;
    }
    Index

    Properties

    Properties

    attempts?: number

    Maximum number of retry attempts a durable job adapter should request.

    Providers may impose their own range limits. For example, the Inngest adapter validates this as a function-level retries value.