Skip to content

Commit 53ec8da

Browse files
srao12srao12
authored andcommitted
fix: remove extra STREAM_EOF
Signed-off-by: srao12 <Shrivardhan_Rao@intuit.com>
1 parent 6d8399a commit 53ec8da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pynumaflow/accumulator/servicer/task_manager.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,6 @@ async def process_input_stream(
263263
fut = task.future
264264
await fut
265265

266-
# # Send an EOF message to the local result queue
267-
# # This will signal that the task has completed processing
268-
# TODO: remove this and test end to end as we are sending EOF in _invoke_accumulator
269-
await task.result_queue.put(STREAM_EOF)
270-
271266
# Wait for the local queue to write
272267
# all the results of this task to the global result queue
273268
con_future = task.consumer_future

0 commit comments

Comments
 (0)