We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18847 commit 06f2adcCopy full SHA for 06f2adc
src/content/changelog/workers/2025-03-25-higher-cpu-limits.mdx
@@ -12,7 +12,7 @@ You can now run a Worker for up to 5 minutes of CPU time for each request.
12
13
Previously, each Workers request ran for a maximum of 30 seconds of CPU time. This
14
meant that some compute-intensive tasks were impossible to do with a Worker. For instance,
15
-a user might want to take the cryptographic hash of a large file from R2. If
+you might want to take the cryptographic hash of a large file from R2. If
16
this computation ran for over 30 seconds, the Worker request would have timed out.
17
18
By default, Workers are still limited to 30 seconds of CPU time. This protects developers
0 commit comments