Skip to content

Commit f190420

Browse files
committed
add fixme comments
1 parent 38273ae commit f190420

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/core/src/v3/runtime/sharedRuntimeManager.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export class SharedRuntimeManager implements RuntimeManager {
5757
runId: params.id,
5858
});
5959

60+
// FIXME: We need to send a "ready to checkpoint" signal here
61+
6062
const waitpoint = await promise;
6163
const result = this.waitpointToTaskRunExecutionResult(waitpoint);
6264

@@ -96,6 +98,8 @@ export class SharedRuntimeManager implements RuntimeManager {
9698
runCount: params.runCount,
9799
});
98100

101+
// FIXME: We need to send a "ready to checkpoint" signal here
102+
99103
const waitpoints = await Promise.all(promises);
100104

101105
await lifecycleHooks.callOnResumeHookListeners({
@@ -138,6 +142,8 @@ export class SharedRuntimeManager implements RuntimeManager {
138142
});
139143
}
140144

145+
// FIXME: We need to send a "ready to checkpoint" signal here
146+
141147
const waitpoint = await promise;
142148

143149
if (finishDate) {

0 commit comments

Comments
 (0)