Skip to content

Commit 92b80f0

Browse files
authored
formatting
1 parent ea65258 commit 92b80f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/connections/functions/source-insert-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@ The errors listed are all permanent errors, except `RetryError`. When a `RetryEr
7272

7373
### Source insert functions FAQs
7474

75-
**The Delivery Overview tab does not display any errors that occur within the source insert function.**
75+
##### The Delivery Overview tab does not display any errors that occur within the source insert function.
7676

7777
If errors arise or events are dropped, they will appear as if the events never flowed from the source.
7878

79-
**Can I test the function with different event types?**
79+
##### Can I test the function with different event types?
8080

8181
You can test the function with different event types from the **Test** tab in the code editor, similar to other functions.
8282

83-
**Can I use source insert functions for all types of Source?**
83+
##### Can I use source insert functions for all types of Source?
8484

8585
Source insert functions only work for event sources, not object sources or rETL.
8686

87-
**What is the expected latency for a source insert function?**
87+
##### What is the expected latency for a source insert function?
8888

8989
Typically, it takes a source insert function between 200 milliseconds to 5 seconds to complete, based on the complexity of the function. The default timeout is 5 seconds but can be increased to 60 seconds.
9090

91-
**What is the runtime environment?**
91+
##### What is the runtime environment?
9292

9393
Segment supports Node.js V18. The dependencies listed [here](https://segment.com/docs/connections/functions/insert-functions/#runtime-and-dependencies){:target=”_blank”} are installed in the function. The following dependencies are also installed:
9494
- `@azure/identity` exposed as `azure.identity`

0 commit comments

Comments
 (0)