Notifications
Clear all
Ideogram Reviews
1
Posts
1
Users
0
Reactions
3
Views
Topic starter
20/07/2026 8:57 am
I've been setting up Ideogram to use an external PostgreSQL RDS instance (AWS) for persistent storage. My connection keeps timing out after the initial setup.
I'm using the default connection settings in the config. The RDS instance is in the same VPC, security group allows the port. It connects fine at first, but after a few hours of idle time, I get "connection timed out" errors in the logs and the service becomes unavailable until a restart. Is this a known issue with connection pooling or idle timeouts? Should I be setting specific keepalive parameters in the connection string?