Skip to content

Commit d0d4f7e

Browse files
authored
[Workers KV] Clarifying Worker Invocation in KV Limits (#20793)
* Clarifying what is meant by worker invocation * Capitalising "Worker".
1 parent 54fbe37 commit d0d4f7e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/content/docs/kv/platform/limits.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ sidebar:
1010

1111
import { Render } from "~/components"
1212

13-
| Feature | Free | Paid |
14-
| ---------------------------- | --------------------- | ------------ |
15-
| Reads | 100,000 reads per day | Unlimited |
16-
| Writes to different keys | 1,000 writes per day | Unlimited |
17-
| Writes to same key | 1 per second | 1 per second |
18-
| Operations/worker invocation | 1000 | 1000 |
19-
| Namespaces | 1000 | 1000 |
20-
| Storage/account | 1 GB | Unlimited |
21-
| Storage/namespace | 1 GB | Unlimited |
22-
| Keys/namespace | Unlimited | Unlimited |
23-
| Key size | 512 bytes | 512 bytes |
24-
| Key metadata | 1024 bytes | 1024 bytes |
25-
| Value size | 25 MiB | 25 MiB |
13+
| Feature | Free | Paid |
14+
| --------------------------------- | --------------------- | ------------ |
15+
| Reads | 100,000 reads per day | Unlimited |
16+
| Writes to different keys | 1,000 writes per day | Unlimited |
17+
| Writes to same key | 1 per second | 1 per second |
18+
| Operations/Worker invocation [^1] | 1000 | 1000 |
19+
| Namespaces | 1000 | 1000 |
20+
| Storage/account | 1 GB | Unlimited |
21+
| Storage/namespace | 1 GB | Unlimited |
22+
| Keys/namespace | Unlimited | Unlimited |
23+
| Key size | 512 bytes | 512 bytes |
24+
| Key metadata | 1024 bytes | 1024 bytes |
25+
| Value size | 25 MiB | 25 MiB |
2626
| Minimum [`cacheTtl`](/kv/api/read-key-value-pairs/#cachettl-parameter) | 60 seconds | 60 seconds |
2727

28-
28+
[^1]: Within a single invocation, a Worker can make up to 1,000 operations to external services (for example, 500 Workers KV reads and 500 R2 reads).
2929

3030
<Render file="limits_increase" product="workers" />
3131

0 commit comments

Comments
 (0)