Skip to content

Commit c96c547

Browse files
Apply suggestions from code review
1 parent 052a470 commit c96c547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/destinations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Segment increases deliverability to destinations using [retries](#retries) and [
130130
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

133-
> warning "Event batching might lead to observability loss"
133+
> warning "Some cases of event batching might lead to observability loss"
134134
> While batching does increase event deliverability, you might experience error amplification, as if 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
@@ -201,7 +201,7 @@ The following destinations support bulk batching:
201201
- [The Trade Desk CRM](/docs/connections/destinations/catalog/actions-the-trade-desk-crm/)
202202

203203
> info "You must manually configure bulk batches for Actions destinations"
204-
> To support bulk batching for Actions Webhook destination, you must set `enable-batching: true` and `batch_size: >= 1000`.
204+
> To support bulk batching for the Actions Webhook destination, you must set `enable-batching: true` and `batch_size: >= 1000`.
205205
206206
### IP Allowlist
207207

0 commit comments

Comments
 (0)