You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add information regarding default limit number of functions
Add the following information regarding default limit number of function in each workspace.
"Default limit number
Each workspace has a default limit of 25 functions in total. Adding the different types of functions, you cannot create more than 25 functions. If you want to create more than 25, please reach out to [email protected]."
Copy file name to clipboardExpand all lines: src/connections/functions/usage.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,7 @@ for (const response of responses) {
69
69
```
70
70
71
71
If you're only issuing a single request in your function and it is slow, you might want to contact the owner of the external API for support.
72
+
73
+
## Default limit number
74
+
75
+
Each workspace has a default limit of 25 functions in total. Adding the different types of functions, you cannot create more than 25 functions. If you want to create more than 25, please reach out to [email protected].
0 commit comments