Skip to content

Commit 509438d

Browse files
committed
Do nothing when receiving a BATCH waitpoint
1 parent 5f0d45a commit 509438d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export class ManagedRuntimeManager implements RuntimeManager {
111111
} else if (waitpoint.completedByBatch) {
112112
//no waitpoint resolves associated with batch completions
113113
//a batch completion isn't when all the runs from a batch are completed
114+
return;
114115
} else {
115116
waitId = this.resolversByWaitpoint.get(waitpoint.id);
116117
}

0 commit comments

Comments
 (0)