JobHistoryJobPrepared type
An instance started with deferStart has every container created and is waiting for startPreparedJob. Sits between provisioned and running for that instance (the stop-then-start migration strategy).
Signature:
export type JobHistoryJobPrepared = {
event: "prepared";
timestamp: Date;
role: Role;
nodeMetadata: NodeMetadata;
runningNodeMetadata: RunningNodeMetadata;
};
References: Role, NodeMetadata, RunningNodeMetadata