Posted inCloudflare Workers
Workers – Worker startup time limit increased to 1 second
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…