interface MigrationGateOptions {
    failOnBlocked: boolean;
    failOnManual: boolean;
    failOnUnhandled: boolean;
    maxManualInterventionRatio?: number;
    maxManualRatio?: number;
}

Properties

failOnBlocked: boolean
failOnManual: boolean
failOnUnhandled: boolean
maxManualInterventionRatio?: number
maxManualRatio?: number