Limit for Data Throughput using CloudFlare proxy
Hello, I have an app with 100 messages/s and each message size is 11 bytes through WebSocket. I am currently using Cloudflare Tunnel for exposing my app to the internet but it seems like with this amount of messages, cloudflared have high cpu usage and I think it is also the bottleneck limiting messages. If I plan to switch to Cloudflare proxy, does this amount of data tolerated under Free plan for a domain?
Thank you and sorry for the long and unstructured message 😠it is currently 7pm here
2 Replies
11 bytes * 100 = 1,100 bytes per second
1.1kb * 60 * 60 * 24 = 95,040,000 bytes (95 MB) per day
that's a very very low amount of data so yes easily
(also the free plan and any plan has no data limit so yes regardless)
Yeah I am just trying to practice Fair Use
there may be overhead but i figured it won't be that much
Thanks for your answer