Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Heroku postgres,到我的数据库的不需要的“puma:cluster worker”连接_Heroku_Heroku Postgres - Fatal编程技术网

Heroku postgres,到我的数据库的不需要的“puma:cluster worker”连接

Heroku postgres,到我的数据库的不需要的“puma:cluster worker”连接,heroku,heroku-postgres,Heroku,Heroku Postgres,我有几个heroku网站和postgres数据库。 该站点基于node.js——服务器端没有其他内容 当我在我的PgAdmin开放会话中查看时,我看到了4个名为puma:cluster worker:17[app]的连接 它们处于空闲状态,但可以打开很多小时,并且连接的数量正在增加。在业余发展计划中,我的20个可用连接中有越来越多的连接 它们运行的最后一个sql是: 从pg_type中选择oid、typname,其中typtype='b'和typname位于'hstore'中 下面是一个屏幕

我有几个heroku网站和postgres数据库。 该站点基于node.js——服务器端没有其他内容

当我在我的PgAdmin开放会话中查看时,我看到了4个名为puma:cluster worker:17[app]的连接

它们处于空闲状态,但可以打开很多小时,并且连接的数量正在增加。在业余发展计划中,我的20个可用连接中有越来越多的连接

它们运行的最后一个sql是:

从pg_type中选择oid、typname,其中typtype='b'和typname位于'hstore'中

下面是一个屏幕截图:

它们是什么?为什么我需要它们

编辑: 随着时间的推移,情况变得越来越糟:

这是heroku的暂时问题。见:可能重复的