Skip to content

Commit c30cc63

Browse files
committed
Fix the rest
1 parent 0a91b0f commit c30cc63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ Under 'Connection Settings', you can provide up to 5 webhooks.
226226

227227
### Retries
228228

229-
Segment will retry any request that fails due to temporary errors like timeouts and 5xx status codes for up to 4 hours.
229+
Segment will retry any request that fails due to temporary errors like timeouts and 5xx status codes for up to four hours.

src/connections/functions/destination-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Yes, Functions access is logged in the [Audit Trail](/docs/segment-app/iam/audit
452452

453453
##### Does Segment retry failed function invocations?
454454

455-
Segment retries invocations that throw RetryError or Timeout errors for up to 4 hours. Segment does not retry if your function throws a [non-recoverable error](#errors-and-error-handling).
455+
Segment retries invocations that throw RetryError or Timeout errors for up to four hours. Segment does not retry if your function throws a [non-recoverable error](#errors-and-error-handling).
456456

457457
##### Are events guaranteed to send data in order?
458458

src/connections/functions/source-functions.md

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

386386
##### What is the retry policy for a webhook payload?
387387

388-
Segment retries invocations that throw RetryError or Timeout errors up to 6 times. After six attempts, the request is dropped.
388+
Segment retries invocations that throw RetryError or Timeout errors up to six times. After six attempts, the request is dropped.
389389

390390
##### What is the maximum payload size for the incoming webhook?
391391

0 commit comments

Comments
 (0)