Skip to content

Commit bf0b98e

Browse files
yield items as they come
1 parent d9f8054 commit bf0b98e

File tree

1 file changed

+1
-0
lines changed
  • services/storage/src/simcore_service_storage/api/_worker_tasks

1 file changed

+1
-0
lines changed

services/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ async def search(
162162
project_id=project_id,
163163
name_pattern=name_pattern,
164164
modified_at=modified_at,
165+
limit=1, # NOTE: yield items as they come
165166
):
166167
data = [
167168
TaskStreamItem(

0 commit comments

Comments
 (0)