Limitation of "Total Disk Space" available for Workers Assets
Hi Devs, CF Members,
Planning to build online book store based on Nuxt.js framework. Following are facys and My Q. Facts : 1. Planning to build Nuxt.js web app with Workers and Workers Assets , based on article "https://developers.cloudflare.com/workers/frameworks/framework-guides/nuxt/" 2. Use-Case : Build an online Book Store, which will have route : /public/book/preview/{book_id}/ (Eg. https://myWebPage.com/book/preview/book123/book123.html) route will be preview of the book and display book_title, book_author, book_summary (keeping simple, for this post) 3. Each book will have its own static HTML, stored in the respective book_id directory, inside public folder. My Qs : Q#1 : How many files can i store in "Workers Assets" ? What are the limitations of "Total Disk Space" (for Workers ($5) Paid Account, NOT Workers on Platform) available for Workers Assets ? Q#1A : Asking bluntly (to understand scalability of storage of Workers Assets), can i store 1 trillion static HTML files stored in "Workers Assets" ? Thanks.
Planning to build online book store based on Nuxt.js framework. Following are facys and My Q. Facts : 1. Planning to build Nuxt.js web app with Workers and Workers Assets , based on article "https://developers.cloudflare.com/workers/frameworks/framework-guides/nuxt/" 2. Use-Case : Build an online Book Store, which will have route : /public/book/preview/{book_id}/ (Eg. https://myWebPage.com/book/preview/book123/book123.html) route will be preview of the book and display book_title, book_author, book_summary (keeping simple, for this post) 3. Each book will have its own static HTML, stored in the respective book_id directory, inside public folder. My Qs : Q#1 : How many files can i store in "Workers Assets" ? What are the limitations of "Total Disk Space" (for Workers ($5) Paid Account, NOT Workers on Platform) available for Workers Assets ? Q#1A : Asking bluntly (to understand scalability of storage of Workers Assets), can i store 1 trillion static HTML files stored in "Workers Assets" ? Thanks.
mywebpage.com - This website is for sale! - mywebpage Resources and...
This website is for sale! mywebpage.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, mywebpage.com has it all. We hope you find what you are searching for!
4 Replies
As far as I know, the limits today are the same as Cloudflare Pages: https://developers.cloudflare.com/pages/platform/limits/#files
20k files, each file max 25MiB.
Thanks for quick response. Aprreciate your help.
May i request you or guide me (to request appropriate resource), to update this limiation on Cloudflare official weboage. This is critcal information in decision making.
I believe there is a pending documentation PR at https://github.com/cloudflare/cloudflare-docs/pull/18218
GitHub
Updates pricing and limits in Workers Static Assets by korinne · Pu...
Includes updates to pricing information for storing assets on Workers, as well as file size limits
Gr8. Thanks.đź‘Ť