ConnectionTimeoutError on Heroku with Postgres

前端 未结 2 1453
攒了一身酷
攒了一身酷 2021-01-03 04:01

I’m having problems with my application deployed on Heroku. It works fine on local env, but when deployed to Heroku there are often application errors.

The exception

2条回答
  •  醉酒成梦
    2021-01-03 04:24

    Your DB pool is not the problem. This is a known rails issue. If you are using Rails 4.0.2 then the claim is to use rails master in your Gemfile instead. I am experiencing this issue as well, however I haven't tried this solution yet.

提交回复
热议问题