You can now upload up to 100,000 static assets per Worker version Paid and Workers for Platforms users can now upload up to 100,000 static assets per Worker version, a 5x increase from the previous limit of 20,000. Customers on the free plan still have the same limit as before — 20,000 static assets per version of y...
Workers, Workers for Platforms - Increased static asset limits for Workers
Cloudflare Developer Platform Changelog · 2025-09-04
Related items
Workers for Platforms - Workers for Platforms now supports Static Assets
Workers for Platforms customers can now attach static assets (HTML, CSS, JavaScript, images) directly to User Workers, removing the need to host separate infrastructure to serve the assets. This allows your platform to serve entire front-end applications from Cloudflare's global edge, utilizing caching for fast load...
Workers - Increased blob size limits in Workers Analytics Engine
We’ve increased the total allowed size of blob fields on data points written to Workers Analytics Engine from 5 KB to 16 KB . This change gives you more flexibility when logging rich observability data — such as base64-encoded payloads, AI inference traces, or custom metadata — without hitting request size limits. Y...
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 code prior to requests being handled. For more information, see the documentation on Workers star...
Workers, Browser Run - Increased Browser Rendering limits!
Browser Rendering now supports 10 concurrent browser instances per account and 10 new instances per minute, up from the previous limits of 2. This allows you to launch more browser tasks from Cloudflare Workers . To manage concurrent browser sessions, you can use Queues or Workflows : JavaScript export default { asy...
KV - Workers KV namespace limits increased to 1000
You can now have up to 1000 Workers KV namespaces per account. Workers KV namespace limits were increased from 200 to 1000 for all accounts. Higher limits for Workers KV namespaces enable better organization of key-value data, such as by category, tenant, or environment. Consult the Workers KV limits documentation f...
Workflows, Workers - Increased Workflows instance and concurrency limits
We've raised the Cloudflare Workflows account-level limits for all accounts on the Workers paid plan : Instance creation rate increased from 100 workflow instances per 10 seconds to 100 instances per second Concurrency limit increased from 4,500 to 10,000 workflow instances per account These increases mean you can c...