@runloop/api-client - v1.4.0
    Preparing search index...

    Orchestrator configuration

    interface OrchestratorConfig {
        n_attempts?: number | null;
        n_concurrent_trials?: number | null;
        quiet?: boolean | null;
        timeout_multiplier?: number | null;
    }
    Index

    Properties

    n_attempts?: number | null

    Number of retry attempts on failure (default: 0). This is the retry policy for failed scenarios. Default is 0.

    n_concurrent_trials?: number | null

    Number of concurrent trials to run (default: 1). Controls parallelism for scenario execution. Default is 1.

    quiet?: boolean | null

    Suppress verbose output (default: false)

    timeout_multiplier?: number | null

    Timeout multiplier for retries (default: 1.0). Each retry will multiply the timeout by this factor.