NorskManager.notifyMigrationCutoverReady() method

Phase E — tell the source worker "target is ready, pick a timestamp and stop output". AutoManager calls this when it receives MigrationTargetReadyEvent from the target.

Signature:

notifyMigrationCutoverReady(sourceJobKey: ActiveJobKey): Promise<void>;

Parameters

Parameter Type Description

sourceJobKey

ActiveJobKey

Returns:

Promise<void>