PostgreSQL
 sql >> база данни >  >> RDS >> PostgreSQL

Heroku Postgres:Тази връзка е затворена

Сам го разреших, като добавих това към DataSource.groovy:

dataSource {
    pooled = true
    properties {
       maxActive = -1
       minEvictableIdleTimeMillis=1800000
       timeBetweenEvictionRunsMillis=1800000
       numTestsPerEvictionRun=3
       testOnBorrow=true
       testWhileIdle=true
       testOnReturn=true
       validationQuery="SELECT 1"
    }
}


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Pandas - write_frame към sqlite - datetime64[ns]

  2. Функцията Postgres създава, но не изпълнява

  3. Съвети за най-добри практики за PostgreSQL VACUUM and ANALYZE

  4. Събитието ROLLBACK се задейства в postgresql

  5. Как да абонирам нов потребител за известия?