-
someone was asking about this on Gitter today. This info is scattered in the sqlalchemy docs and rest of the web (for example, you must set pool_recycle for mysql). Let's collect it in a doc!
-
Hello
I installed centos 7 openstack ocata with gnocchi.
The gnocchi backend is "file" and /var/lib/gnocchi is on netapp nfs.
Indexer ins on mariadb and seems it lost connection with it also if it …
-
how can I set autocommit? just like pymysql:
```
Connection.autocommit(True)
```
my config:
```
db_pool = tormysql.ConnectionPool(
max_connections=50, # max open connections
idle_se…
fatpo updated
6 years ago
-
I tried following the directions at the following link:
http://docs.ibis-project.org/getting-started.html#running-ibis-queries-using-docker
The directions work for the most part up to `docker-co…
-
We are hosting our MySQL instance in Google Cloud SQL and we use ssl. Our pool is configured like this:
```
pool = tormysql.ConnectionPool(
max_connections = 20, #max open connections
idle…
-
View details in Rollbar: [https://rollbar.com/prcutler/mlbpool2/items/54/](https://rollbar.com/prcutler/mlbpool2/items/54/)
```
Traceback (most recent call last):
File "/srv/mlbpoolvenv/lib/python3…
-
During backend server master failover (ie., in the target host group all the write nodes are either offline soft or offline hard), write queries are failing due to time-out from backend server (_**201…
ghost updated
6 years ago
-
```python
File "C:\Python36-32\lib\site-packages\aiomysql\cursors.py", line 240, in execute
yield from self._query(query)
File "C:\Python36-32\lib\site-packages\aiomysql\cursors.py", line 4…
-
View details in Rollbar: [https://rollbar.com/prcutler/mlbpool2/items/2/](https://rollbar.com/prcutler/mlbpool2/items/2/)
```
Traceback (most recent call last):
File "/Users/pcutler/workspace/mlbpo…
-
Hello,
I've tried to get answer for this question on StackOverflow first, but I hope some of you can explain this and hopefully lead us to a solution.
The StackOverflow question is here: https:/…