Vera Johne

Results 2 issues of Vera Johne

Following https://devcenter.heroku.com/changelog-items/2446 We need to also include `heroku_ext` here. Testing on a new db: ``` ds9aic4ustc1f=> SELECT exists( SELECT 1 FROM pg_extension e LEFT JOIN pg_namespace n ON n.oid =...

`OpenSSL::SSL::SSLError` is raised when hitting maxclients. Reproduction: In this experiment maxclient is set to 40. ``` 50.times do |n| puts "Connection #{n}, #{Time.now.utc}" Redis.new(url: url, driver: :ruby, ssl_params: { verify_mode:...