- TCP keepalive more aggressive (14s detection vs 30s) so dead connections are found before the 15s checkout timeout fires - Reduce pool size 30→15 per pod (2 pods = 30 total, avoids exhaustion during rolling deploys when 4 pods run briefly) - Add idle_interval: 1s to proactively ping idle connections and detect dead SSL sockets before they're handed to real queries - Simplify SSL config: remove redundant verify_fun and SNI disable when verify_none already skips certificate validation Reviewed-on: graham/towerops-web#93 |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||