NorskManager.notifyMigrationCutoverApply() method

Phase E — tell the target worker "source stopped at T, resume output from there".

Signature:

notifyMigrationCutoverApply(targetJobKey: ActiveJobKey, lastOutputTimestampNs: bigint): Promise<void>;

Parameters

Parameter Type Description

targetJobKey

ActiveJobKey

lastOutputTimestampNs

bigint

Returns:

Promise<void>