Skip to content

Commit e8fdaba

Browse files
committed
TODO -> ticket
1 parent 563a3ef commit e8fdaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/lib/sift_py/ingestion/_internal

python/lib/sift_py/ingestion/_internal/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def ingest_async(self, *requests: IngestWithConfigDataStreamRequest):
117117
Perform data ingestion asynchronously in a background thread.
118118
This allows multiple ingest calls to run in parallel.
119119
"""
120-
# TODO: Create a thread pool and add to whichever queue is smallest
120+
# FD-179: Create a thread pool and add to whichever queue is smallest
121121
# Start thread on first ingest on the assumption all modifications to the ingestion config have concluded.
122122
if not self._ingestion_thread.is_alive():
123123
self._ingestion_thread.start()

0 commit comments

Comments
 (0)