I’m using the tired proxy to stop my machine after a period of inactivity. Is there a way to prevent having my app’s endpoint (xxxx.fly.dev) throw a 502 bad gateway error when I hit it the first time after the machine has been stopped?
Ideally, i would see a cold start instead where the page just takes longer to load, instead of throwing a 502 immediately. Is there a way to set up this behavior? Do I need to do something like set up my own nginx reverse proxy?