You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/batch.md
+37
Original file line number
Diff line number
Diff line change
@@ -1026,6 +1026,43 @@ You can then use this class as a context manager, or pass it to `batch_processor
1026
1026
return {"statusCode": 200}
1027
1027
```
1028
1028
1029
+
### Caveats
1030
+
1031
+
#### Tracer response auto-capture for large batch sizes
1032
+
1033
+
When using Tracer to capture responses for each batch record processing, you might exceed 64K of tracing data depending on what you return from your `record_handler` function, or how big is your batch size.
1034
+
1035
+
If that's the case, you can configure [Tracer to disable response auto-capturing](../core/tracer.md#disabling-response-auto-capture){target="_blank"}.
0 commit comments