Skip to content

Commit 0e03cb7

Browse files
authored
Merge pull request #2690 from segmentio/patch/gsikri/source-functions-faqs-retryPolicy
Updated Retry Policy FAQ
2 parents a116386 + 8de6471 commit 0e03cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/source-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Copy and paste this URL into the upstream tool or service to send data to this s
382382

383383
##### What is the retry policy for a webhook payload?
384384

385-
The webhook payload retries up to 5 times with an exponential backoff for the function in the event of a failure with the function. After 5 attempts, the message is dropped.
385+
The webhook payload retries up to six times with an exponential backoff for the function in the event of a failure with the function. After six attempts, the message is dropped.
386386

387387
##### What is the maximum payload size for the incoming webhook?
388388

0 commit comments

Comments
 (0)