Skip to content

Commit 69de38e

Browse files
authored
Merge pull request #4101 from segmentio/Gavin-Fitzpatrick-patch-2
Update Source function FAQs Retry Policy
2 parents 44a0d3a + 20ab73e commit 69de38e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,12 @@ Copy and paste this URL into the upstream tool or service to send data to this s
386386
##### What is the retry policy for a webhook payload?
387387

388388
Segment retries invocations that throw RetryError or Timeout errors up to six times. After six attempts, the request is dropped.
389+
The initial wait time for the retried event is a random value between one and three minutes.
390+
Wait time increases exponentially after every retry attempt. The maximum wait time between attempts can reach 20 minutes.
391+
392+
##### I configured RetryError in a function, but it doesn't appear in my source function error log.
393+
394+
Retry errors only appear in the source function error logs if the event has exhausted all six retry attempts and, as a result, has been dropped.
389395

390396
##### What is the maximum payload size for the incoming webhook?
391397

0 commit comments

Comments
 (0)