Skip to content

Commit fd7037e

Browse files
Update src/connections/destinations/index.md
Co-authored-by: Peter DeMartini <[email protected]>
1 parent 8c4d69e commit fd7037e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Segment increases deliverability to destinations using [retries](#retries) and [
131131
Segment also uses [batching](#batching) to increase deliverability to your destinations. Some destinations have batching enabled by default, and some, like Segment's [Webhook (Actions) Destination](/docs/connections/destinations/catalog/actions-webhook/), let you opt in to batching.
132132

133133
> warning "Event batching might lead to observability loss"
134-
> While batching does increase event deliverability, you might experience observability loss, as the entire batch fails if one event has an error. For example, if a batch fails due to a `429` error, you might find that only one event in the batch failed.
134+
> While batching does increase event deliverability, you might experience error amplification, as the entire batch fails all events will be marked with the same status. For example, if a batch fails due to one `429` (Rate Limit) error, it might appear in the UI that there was one 429s request failure for each item in the batch.
135135
136136
### Retries
137137

0 commit comments

Comments
 (0)