Skip to content

Commit 6558a04

Browse files
authored
Merge pull request #6346 from segmentio/courtneyga-patch-31
HTTP API Troubleshooting Topic: Retries to Iterable
2 parents 23651e3 + 29e225c commit 6558a04

File tree

1 file changed

+6
-0
lines changed
  • src/connections/destinations/catalog/iterable

1 file changed

+6
-0
lines changed

src/connections/destinations/catalog/iterable/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ Iterable supports sending push notification events to Segment. These events are
128128
They support the following events:
129129
`Push Delivered`, `Push Bounced`, `Mobile App Uninstalled`, `Push Opened`
130130

131+
## High retry rate
132+
133+
If you're experiencing a large amount of retries within your destinations that are connected to your HTTP API source, this could be due to Etimedout errors. Etimedout errors are intermittent problems that can come about when HTTP requests are made from server to server.
134+
135+
The Etimedout error is the result of an HTTP response not being received in a specific timeframe. [Learn more](/docs/connections/destinations/#retries-between-segment-and-destinations) about how Segment retries events to destinations.
136+
131137

132138
## Using Iterable with Engage
133139

0 commit comments

Comments
 (0)