Hi all, I’m trying to use Fly.io to serve vector map tiles on news websites. Given the nature of news, sometimes a map will go viral and the site might surge to 10,000 concurrent visitors.
Any recommendations about how I could simulate that in a load test? I’ve tried using the NPM package Artillery and received some failures at > 1000 concurrents, but since all the traffic is coming from my own computer, it’s likely not a great simulation.
Also, any recommendations on how to make my instance resilient to a flood of traffic like that?