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: docs/limits.mdx
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,16 @@ Generally speaking each SDK call is an API call.
27
27
28
28
<RateLimitHitUseBatchTrigger/>
29
29
30
+
## Queued tasks
31
+
32
+
The number of queued tasks by environment
33
+
34
+
| Limit | Details |
35
+
| ----- | ------------------------- |
36
+
| Dev | At most 500 |
37
+
| Staging | at most 10 million |
38
+
| Prod | at most 10 million |
39
+
30
40
## Schedules
31
41
32
42
| Limit | Details |
@@ -55,4 +65,4 @@ Payloads and outputs that exceed 512KB will be offloaded to object storage and a
55
65
56
66
The default machine is `small-1x` which has 0.5 vCPU and 0.5 GB of RAM. You can optionally configure a higher spec machine which will increase the cost of running the task but can also improve the performance of the task if it is CPU or memory bound.
57
67
58
-
See the [machine configurations](/machines#machine-configurations) for more details.
68
+
See the [machine configurations](/machines#machine-configurations) for more details.
0 commit comments