pricing cloudflare workers for proxy files
hi, I do have a plan to use Cloudflare workers for streaming file download for my server, it maybe up to 200GB per day. I can not find any information about pricing for this situation on Cloudflare. Can someone help me how much it will cost, or will it violate any TOS of Cloudflare? I don't want to do something wrong, and get my account banned.
4 Replies
Good morning. I'm not able to quickly help with the pricing, but I can tell you that we will not just outright ban your account without attempting to contact you first. You would get notifications via email, and only after not fixing the issue would we consider a ban.
Worth noting that workers don't have a bandwidth cost just cost per request handled
You can do this in Bundled, so pricing is $5 per 10 million requests - https://developers.cloudflare.com/workers/platform/pricing/#workers
I'd also recommend using R2 here for the storage of these rather than your own server
thank you so much guys, I will do some tests first to check how much it will