Skip to content

Commit 092ad99

Browse files
committed
Add Source Function Alphabetization FAQ DOC-536
1 parent f0a5476 commit 092ad99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,7 @@ The maximum payload size for an incoming webhook payload is 512 KiB.
394394
##### What is the timeout for a function to execute?
395395

396396
The execution time limit is five 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.
397+
398+
#### Does Segment alter incoming payloads?
399+
400+
Segment alphabetizes payload fields that come in to **deployed** Source Functions. Segment doesn't alphabetize payloads in the Functions tester. If you need to verify the exact payload that hits a Source Function, alphabetize it first. You can then make sure it matches what the Source Function ingests.

0 commit comments

Comments
 (0)