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
| HTTP action response size | 20 MiB | 20 MiB | There is no specific limit on request size |
68
68
| Length of a console.log line | 4 KiB | 4 KiB ||
69
69
|[Log streaming](/docs/production/integrations/log-streams/log-streams.mdx) limits | 4096 logs, flushed every 10 seconds | 4096 logs, flushed every 10 seconds | How many logs can be buffered when streaming |
@@ -88,7 +88,7 @@ Number of functions you can run at a time for each function type.
88
88
| Query/mutation execution time | 1 second | Limit applies only to user code and doesn’t include database operations. |
89
89
| Action execution time | 10 minutes ||
90
90
| Scheduled functions | 1000 | The number of other functions a single mutation can schedule. |
91
-
| Total size of scheduled functions' arguments |8 MiB| Applies only to mutations. |
91
+
| Total size of scheduled functions' arguments |16 MiB | Applies only to mutations. |
92
92
| Concurrent IO operations per function | 1000 | The number of IO operations a single function can perform, e.g., a database operation, or a fetch request in an action. |
93
93
| Outstanding scheduled functions | 1,000,000 ||
94
94
@@ -98,11 +98,11 @@ These limits apply to each `query` or `mutation` function.
0 commit comments