Hello folks,
https://developers.cloudflare.com/workers/platform/limits/#kv-limits
It shows that for both free and paid plan, Operations/worker invocation limit is 1000.
Please explain me what does this mean? Or is it a typo there?
Hello folks,
https://developers.cloudflare.com/workers/platform/limits/#kv-limits
It shows that for both free and paid plan, Operations/worker invocation limit is 1000.
Please explain me what does this mean? Or is it a typo there?
It means per Worker Invocation (let’s say, on a normal HTTP request), you can only make 1000 operations/requests to KV. This is known as the in-house subrequests limit, and is also shared for any DO, R2, or KV requests.
Thank you very very much for clearing clouds.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.