Skip to content

Commit 17a9821

Browse files
committed
chore: wait at end
1 parent 9254f25 commit 17a9821

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/javascript/clients/algoliasearch/builds/definition.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function algoliasearch(
187187
if (records.length === batchSize || i === objects.length - 1) {
188188
responses.push(
189189
await ingestionTransporter.push(
190-
{ indexName, pushTaskPayload: { action, records }, watch: waitForTasks, referenceIndexName },
190+
{ indexName, pushTaskPayload: { action, records }, referenceIndexName },
191191
requestOptions,
192192
),
193193
);

templates/python/search_helpers.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@
374374
"action": action,
375375
"records": records,
376376
},
377-
watch=wait_for_tasks,
378377
reference_index_name=reference_index_name,
379378
request_options=request_options,
380379
)

0 commit comments

Comments
 (0)