I’ve started a “dev” postgres and it has auto suspend, apparently configured to 1h, as seen in project > machines > single instance: FLY_SCALE_TO_ZERO = 1h
This is very annoying as when the app comes live that relies on it, the DB is still suspended and doesn’t come back up automatically (doesn’t seem hard to automate???)
Assuming the above is not a feature fly.io supports, what’s the second best choice?
I see configuration tab empty.
Can I somehow alter the FLY_SCALE_TO_ZERO to 30d ?