Skip to content

Commit eae6e9f

Browse files
committed
remove inaccurate comment in starter.py
1 parent 2369dc9 commit eae6e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow_task_multiprocessing/starter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def main():
3939
for _ in range(args.num_workflows)
4040
]
4141

42-
# Wait for workflow completion (runs indefinitely until it receives a signal)
42+
# Wait for workflow completion
4343
for wf in asyncio.as_completed(wf_handles):
4444
result = await wf
4545
print(result)

0 commit comments

Comments
 (0)