RunnableBatchOptions: {
    maxConcurrency?: number;
    returnExceptions?: boolean;
}

Type declaration

  • Optional maxConcurrency?: number

    ⚠️ Deprecated ⚠️

    Pass in via the standard runnable config object instead

    This feature is deprecated and will be removed in the future.

    It is not recommended for use.

  • Optional returnExceptions?: boolean

Generated using TypeDoc