Skip to content

Commit b9058fd

Browse files
authored
Updated Retry Policy FAQ
Previously, In the Source Functions FAQs -> Retry Policy it was mentioned that message is retried 5 times which is not correct. We actually retry a message for 6 times before dropping it. Reference: https://github.com/segmentio/terracode-infra/blob/master/production/us-west-2/core/functions/kubeapply.tf#L75
1 parent 3bd87df commit b9058fd

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 6 times with an exponential backoff for the function in the event of a failure with the function. After 6 attempts, the message is dropped.
386386

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

0 commit comments

Comments
 (0)