Skip to content

Commit b1319fb

Browse files
authored
Update limits.mdx
1 parent cff2ebb commit b1319fb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/limits.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ Generally speaking each SDK call is an API call.
2727

2828
<RateLimitHitUseBatchTrigger/>
2929

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+
3040
## Schedules
3141

3242
| Limit | Details |
@@ -55,4 +65,4 @@ Payloads and outputs that exceed 512KB will be offloaded to object storage and a
5565

5666
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.
5767

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

Comments
 (0)