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

Type declaration

  • OptionalmaxConcurrency?: number

    Pass in via the standard runnable config object instead

  • OptionalreturnExceptions?: boolean