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 46d362b commit 87a3a8aCopy full SHA for 87a3a8a
src/content/changelog/workers/2025-03-25-higher-cpu-limits.mdx
@@ -44,5 +44,7 @@ Worker requests could run for more than 30 seconds of total time prior to this c
44
CPU time was limited.
45
:::
46
47
-For more information, see the documentation on [Wrangler configuration for `cpu_ms`](/workers/wrangler/configuration/#limits)
+For more information on the updates limits, see the documentation on [Wrangler configuration for `cpu_ms`](/workers/wrangler/configuration/#limits)
48
and on [Workers CPU time limits](/workers/platform/limits/#cpu-time).
49
+
50
+For building long-running tasks on Cloudflare, we also recommend checking out [Workflows](/workflows/) and [Queues](/queues/).
0 commit comments