-
I created a connection pool and used the creds in my prometheus/promscale setup (which was working) and now i'm getting this error:
```
server returned HTTP status 500 Internal Server Error: Error…
-
```
Consider adding "validationQuery" to let the commons-dbcp pool test connections
before returning them.
Currently stale connections might be sitting in the pool causing errors when
used (seems li…
-
In branch https://github.com/pywren/pywren/tree/debug_result_performance I have moved the s3 client invocation around so that we can set up a single boto s3 object. If we pass `s3_client=None` then th…
-
When Swift is used as an incoming measures driver, the number of connections opened by httplib3 is too small to succeed. On large batches, the error occurs:
```
[Wed Nov 22 16:17:50.622612 2017] […
-
Hi,
Is it possible to configure the connection pool (maxActive, maxIdle...) by VCAP_SERVICES properties? Looking the code I think that currently it is not possible but maybe you have thought to sol…
-
This is a following of #71.
Unfortunately I'm still having exceptions during the write, as PostgreSQL is disconnecting after some inactivity time:
```
object.Exception@../../../../root/.dub/pac…
-
Hi, I'm happily using `Pool::new(SqliteConnectionManager::file(foo))` in my production code and everything is working fine.
However now I'm writing unit tests which I want to run on an in-memory in…
-
1. 数据库 使用 docker 安装已经启动
![image](https://github.com/user-attachments/assets/67689ada-6aef-42ef-9a03-892290ece642)
2. 使用 nebula-console 可以正常登录, 数据库查询也正常
![image](https://github.com/user-attach…
-
-
* **asyncpg version**: 0.20.1
* **PostgreSQL version**: 10.3
* **Python version**: 3.8.2
* **Platform**: Windows
* **Do you use pgbouncer?**: No
* **Did you install asyncpg with pip?**: Yes
…