nexus-agents - v2.80.0
    Preparing search index...

    Interface ParallelOptions

    Options for parallel execution.

    interface ParallelOptions {
        maxConcurrency?: number;
        failFast?: boolean;
        timeoutMs?: number;
    }
    Index

    Properties

    maxConcurrency?: number

    Maximum concurrent steps (default: 5)

    failFast?: boolean

    Stop on first error (default: true)

    timeoutMs?: number

    Overall timeout in milliseconds