File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/core/src/v3/runtime Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments