NorskManager.startBundleJob() method

Activate a dormant (start_mode = "manual") bundle job. Manager removes the dormant tag and re-emits jobUpdated; placement picks the job up via the normal flow. See ยง10.2 of the AutoManager design.

Signature:

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

Parameters

Parameter Type Description

bundleId

string

replicaIndex

number

jobName

string

Returns:

Promise<void>