NorskManager.stopBundleJob() method

Deactivate a bundle job by re-stamping the dormant tag.

v1 caveat: this is the tag-flip half only. Runtime termination of any currently-running workload and empty-node release with linger are tracked as Phase E.5 (pre-go-live). See ยง10.2.1.

Signature:

stopBundleJob(bundleId: string, replicaIndex: number, jobName: string): Promise<void>;

Parameters

Parameter Type Description

bundleId

string

replicaIndex

number

jobName

string

Returns:

Promise<void>