-
upon executing '`python3.9 main.py`' i get this, any fix?
* Serving Quart app 'main'
* Debug mode: False
* Please use an ASGI server (e.g. Hypercorn) directly in production
* Running on http…
-
```
events.js:182
throw er; // Unhandled 'error' event
^
Error: Packets out of order. Got: 0 Expected: 12
at Parser.write (/PROJECT/node_modules/mysql/lib/protocol/Parser.js:42:…
-
I'm not sure if this is a bug or something I'm doing wrong, but I have a fully up-to-date Ubuntu 20.04 VM that I'm trying to get Oncall to run on, and I'm having issues.
As it appears many of the …
-
Probably related to the latest oncall commits, none of the functions no longer seem to work:
> [2019-03-30 14:35:36 +0000] [7155] [ERROR] Error handling request /api/users/
Traceback (most recent …
-
通过连接池进行一次查询后会导致DDL阻塞,经过查询发现是因为表被加了元数据锁,只能读取不能修改,在进行DDL操作后会导致整张表的读写操作都被阻塞,猜测可能是没有自动释放元数据锁的原因导致,手动释放元数据锁后再提交DDL操作就不会阻塞了。
-
Traceback (most recent call last):
File "c:\software\program\python\python38\lib\site-packages\aiomysql\connection.py", line 503, in _connect
await self._request_authentication()
File "c:\s…
-
**Describe the bug**
Due to the DB error main API is throwing 500 Internal service error when connecting to DB. Recently upgraded to 2.2.7. Earlier we are using 2.1.5 with this services were going do…
-
### Describe the bug
When using `aiomysql` with `uvloop==0.17.0`, whenever MySQL closes a connection (due to `wait_timeout`), the subsequent pre-ping command fails with:
```
RuntimeError: unabl…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
dobet updated
4 months ago
-
Database that I am using is mysql. I had few flask_sqlalchemy configuration which include as below:
```
SQLALCHEMY_POOL_SIZE = 100
SQLALCHEMY_POOL_RECYCLE = 3600
SQLALCHEMY_POOL_TIMEOUT = 1800
…