-
At work, we spent two days debugging an issue where we had several threads reading from MySQL and we found a non-deterministic bug when after a few hours of running, our service encountered the except…
-
I want to migrate my fastapi application to robyn. I read the documentation of robyn. Its usage is indeed very similar to fastapi, but it does not support pydantic. I think it would be better if roby…
-
### Describe the bug
I can reproduce letting aiomysql return wrong data when I'm ~~using more than one Pool~~ calling pool.acquire multiple times. In the documentation it nowhere warns me not to do…
-
Hi team,
We are facing issues after deploying Forseti server.
##Forseti Version:
"""Google Cloud Forseti."""
__version__ = '2.25.0'
__package_name__ = 'forseti-security'
--We are havi…
-
سلام . من دیشب تست کردم و متاسفانه هم درست کار نکرد این سکریپت هم بکاپ نگرفته بود
-
Traceback (most recent call last):
File "/Users/liulizhong/awesome-python3-webapp/www/test.py", line 15, in
loop.run_until_complete(insert(loop))
File "/anaconda3/lib/python3.6/asyncio/bas…
-
Hello!
Im using aiomysql with SQLAlchemy and i get this warning from mysql:
Aborted connection to db: 'zzzzzzz' user: 'xxxx' host: 'XXXXXXXX' (Got an error reading communication packets)
I've…
-
Hi, I didn't find the related doc about connect with ssl in peewee-async and [the method in peewee](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html?highlight=ssl#ssl-configuration) is not w…
-
I just find that PyMySQL have an official fork that support Tornado.
https://github.com/PyMySQL/Tornado-MySQL
I suggest merge this repo back or abandon.
-
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'mysql'
不知道怎么回事,mysql反复重启。
而且python部分跑不动,而且包之间有些冲突。