0
我使用這個基地在heroku上部署kinto https://github.com/Kinto/kinto-heroku
我使用kinto的應用程序正在工作。
然後我使用__heartbeat__
端點添加了一些監控。
幾分鐘後,我的heroku postgresql(免費)實例的所有(20)連接在哪裏。
我已經嘗試了pool_size
設置,但是當所有使用kinto的池連接都無法工作時(池超時錯誤)。
它接縫,kinto不釋放與心跳端點創建connexions ...
Kinto postgresql連接沒有發佈
你能給我一些建議嗎?
https://github.com/Kinto/kinto/issues/819 –