Skip to content

Commit 3ae455a

Browse files
authored
Add changelog entry for increased startup time
1 parent d7c6b80 commit 3ae455a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/workers/2025-10-09-increased-startup-time.mdx renamed to src/content/changelog/workers/2025-10-10-increased-startup-time.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ title: Worker startup time increased to 1 second.
33
description: Worker startup time has been increased from 400 ms to 1s.
44
products:
55
- workers
6-
date: 2025-10-09
6+
date: 2025-10-10
77
---
88

99
import { Render, TypeScriptExample, WranglerConfig } from "~/components";
1010

1111
You can now upload a Worker that takes up 1 second to parse and execute its global scope. Previously, startup time was limited to 400 ms.
1212

13+
This allows you to run Workers that import more complex packages and execute more code prior to requests being handled.
14+
1315
For more information, see the documentation on [Workers startup limits](/workers/platform/limits/#worker-startup-time).

0 commit comments

Comments
 (0)