Member Junction
    Preparing search index...

    Runtime knobs a provider honours when provisioning.

    interface SandboxConfig {
        Concurrency?: "queue" | "fail" | "fork";
        Image?: string;
        NetworkPolicy: HarnessNetworkPolicy;
    }
    Index

    Properties

    Concurrency?: "queue" | "fail" | "fork"

    How to handle two runs wanting the same durable workspace.

    Image?: string

    Container image, for providers that have one. Ignored by the local provider.

    NetworkPolicy: HarnessNetworkPolicy