My DB won't auto-suspend, and I don't understand why.
The app is deployed on Fly.io using Docker, and since there is no traffic, I expect the database to auto-suspend after 5 minutes. Auto-suspend is enabled in the DB settings. This is a node.js app using
node-postgres
node-postgres
with a
pg
pg
client Pool. What could be the reason for the DB not to suspend?