Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/connections/functions/source-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,14 @@ Copy and paste this URL into the upstream tool or service to send data to this s

## Source function FAQs

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

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.

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

2MB.
The maximum payload size for an incoming webhook payload is 512 KiB.

##### Is there a function execution time limit?
##### What is the timeout for a function to execute?

Yes, functions should execute within 5 seconds.
The execution time limit is 5 seconds, however Segment strongly recommends that you keep execution time as low as possible. If you are making multiple external requests you can use async / await to make them concurrently, which will help keep your execution time low.
358 changes: 0 additions & 358 deletions src/connections/sources/source-functions/index.md

This file was deleted.