We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563a3ef commit e8fdabaCopy full SHA for e8fdaba
1 file changed
python/lib/sift_py/ingestion/_internal/ingest.py
@@ -117,7 +117,7 @@ def ingest_async(self, *requests: IngestWithConfigDataStreamRequest):
117
Perform data ingestion asynchronously in a background thread.
118
This allows multiple ingest calls to run in parallel.
119
"""
120
- # TODO: Create a thread pool and add to whichever queue is smallest
+ # FD-179: Create a thread pool and add to whichever queue is smallest
121
# Start thread on first ingest on the assumption all modifications to the ingestion config have concluded.
122
if not self._ingestion_thread.is_alive():
123
self._ingestion_thread.start()
0 commit comments