Anchorage API reference
    Preparing search index...
    • Parameters

      • execute: DeploymentIdentityProtocolExecutor
      • tag: string
      • options: {
            caller?: string;
            initialExecutionFenceState: "open" | "migration-locked";
            now?: () => number;
            provisionedAt?: string;
        }
        • Optionalcaller?: string
        • initialExecutionFenceState: "open" | "migration-locked"

          The fence state the deployment is born in. REQUIRED and without a default: a migration host that forgot to ask for 'migration-locked' would otherwise silently get an executing deployment.

        • Optionalnow?: () => number

          Injectable clock (epoch milliseconds) for the seeded rows.

        • OptionalprovisionedAt?: string

      Returns Promise<void>