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
Copy file name to clipboardExpand all lines: src/routes/docs/products/functions/functions/+page.markdoc
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,12 +164,13 @@ You can access environment variables inside functions using your [runtime langua
164
164
165
165
## Timeout {% #timeout %}
166
166
You can limit the execution time of your function by navigating to your function > **Settings** > **Timeout**.
167
-
There is a system wide maximum timeout of 900 seconds (15 minutes).
167
+
There is a system-wide maximum timeout of 900 seconds (15 minutes) for asynchronous functions.
168
+
For synchronous functions, there is a hard limit of 30s.
168
169
169
170
## Scopes {% #scopes %}
170
171
171
172
You can configure the permission scopes for the function [dynamic API key](/docs/products/functions/develop#dynamic-api-key). The dynamic API key is automatically generated to access your project resources like users and buckets but can only be used inside of Appwrite functions. Navigate to your function > **Settings** > **Scopes** to configure your dynamic API key permission scopes.
0 commit comments