Software Engineering

Workers - Worker startup time limit increased to 1 second

Cloudflare Developer Platform Changelog · 2025-10-10

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. This allows you to run Workers that import more complex packages and execute more code prior to requests being handled. For more information, see the documentation on Workers star...

Feedback