Skip to content

Commit 8c11a6a

Browse files
committed
Don't ack the heartbeat if there's a mismatch, it might prevent a brand new one
1 parent 73fb413 commit 8c11a6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal-packages/run-engine/src/engine/systems/executionSnapshotSystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ export class ExecutionSnapshotSystem {
361361
runnerId,
362362
});
363363

364-
await this.$.worker.ack(`heartbeatSnapshot.${runId}`);
365364
return executionResultFromSnapshot(latestSnapshot);
366365
}
367366

0 commit comments

Comments
 (0)