File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/connections/functions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -386,12 +386,12 @@ Copy and paste this URL into the upstream tool or service to send data to this s
386
386
##### What is the retry policy for a webhook payload?
387
387
388
388
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 1 minute to 3 minutes.
390
- And the wait time increases exponentially after every retry attempt with the max wait time between attempts going up to 20 minutes.
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
391
392
- ##### I configured a Retry Error in my function but they're not showing in my source function error logs?
392
+ ##### I configured RetryError in a function, but it doesn't appear in my source function error log.
393
393
394
- Retry Errors will only show in the source function error logs if the event has exhausted all 6 retry attempts and as a result has been dropped.
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.
395
395
396
396
##### What is the maximum payload size for the incoming webhook?
397
397
You can’t perform that action at this time.
0 commit comments