- Install gping
brew install gping
- Deploy to a fly app
fly deploy
- Scale to 2
fly scale count 2
- Start gping
gping --cmd --buffer 180 -n 1 "curl https://fly-deployment-latency.fly.dev/"
- Make a small change to the image
echo " " >> index.js
- Kick off a deployment
fly deploy
This seems to effect both rolling and blue/green deployments.