I’m trying to evaluate how Cloudflare workers will help us to serve our customers who’re affected by Hurricane events.
Here’s the use case – we deliver work schedules for our workforce on the ground during hurricane events thru the mobile app. Often we run into issues like slow devices due to network interruption / packet loss and so on – as we deliver the data from different datacenters outside Hurricane hit area this takes becomes high latency issue.
I’m wondering running Workers to deliver data (using KV as well) would really reduce the latency issues.
Any help is greatly appreciated.
Thanks