We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd5d46 commit 0efed14Copy full SHA for 0efed14
apps/coordinator/src/index.ts
@@ -853,6 +853,7 @@ class TaskCoordinator {
853
});
854
855
if (ack?.keepRunAlive) {
856
+ socket.data.requiresCheckpointResumeWithMessage = undefined;
857
logger.log("keeping run alive after task checkpoint", { runId: socket.data.runId });
858
return;
859
}
@@ -930,6 +931,7 @@ class TaskCoordinator {
930
931
932
933
934
935
logger.log("keeping run alive after batch checkpoint", { runId: socket.data.runId });
936
937
0 commit comments