Skip to content

Commit eacc3b1

Browse files
committed
Added a log to the batch example
1 parent b215b4d commit eacc3b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

references/hello-world/src/trigger/example.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export const batchTask = task({
8080

8181
const results = await childTask.batchTriggerAndWait(items);
8282

83+
logger.info("Batch task complete", { results });
84+
8385
return {
8486
batchCount: payload.count,
8587
results,

0 commit comments

Comments
 (0)