add fixme comments

This commit is contained in:
nicktrn
2025-04-29 15:16:52 +01:00
parent 38273ae5c8
commit f190420855
@@ -57,6 +57,8 @@ export class SharedRuntimeManager implements RuntimeManager {
runId: params.id,
});
// FIXME: We need to send a "ready to checkpoint" signal here
const waitpoint = await promise;
const result = this.waitpointToTaskRunExecutionResult(waitpoint);
@@ -96,6 +98,8 @@ export class SharedRuntimeManager implements RuntimeManager {
runCount: params.runCount,
});
// FIXME: We need to send a "ready to checkpoint" signal here
const waitpoints = await Promise.all(promises);
await lifecycleHooks.callOnResumeHookListeners({
@@ -138,6 +142,8 @@ export class SharedRuntimeManager implements RuntimeManager {
});
}
// FIXME: We need to send a "ready to checkpoint" signal here
const waitpoint = await promise;
if (finishDate) {