Skip to content

Commit f40dc7d

Browse files
committed
Resolve linter errors
1 parent 2dab792 commit f40dc7d

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-
Our webhooks destination 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 4 hours.

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 with an exponential backoff. After 6 attempts, the request is dropped.
388+
Segment retries invocations that throw RetryError or Timeout errors up to 6 times. After 6 attempts, the request is dropped.
389389

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

src/partners/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ You can subscribe to updates [here](https://status.segment.com/).
6868

6969
### Does Segment retry data?
7070

71-
Segment retries requests for up to 4 hours if they fail due to retryable errors like timeouts, 429 Too Many Request status codes, and 5xx status codes. Segment does not retry requests that fail due to permanent errors like authentication failures or 4xx status codes.
71+
Segment retries requests for up to 4 hours if they fail due to temporary errors like timeouts, 429 Too Many Request status codes, and 5xx status codes. Segment does not retry requests that fail due to permanent errors like authentication failures or 4xx status codes.

0 commit comments

Comments
 (0)