-
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 am encountering this exception (using high-level api) then my asyncio based daemon is idle (about 15 minutes or so), after that time, this exception occurs, I have tried to close and reopen connecti…
-
await aiomysql.create_pool(maxsize=db['pool'], host=connection['host'], port=connection['port'],
user=connection['user'], password…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Empire Version
5.11.5
### Python Version
3.12
### Operating System
Arch Linux
### Database
MySQL
### Cu…
-
I cloned the repo and did docker-compose build. It ran successfully. I then did docker-compose up. This is stuck on Waiting for mysql+pymysql...
```
docker-compose up
Starting ctfd_db_1 ... done…
-
If the MySQL connection is inactive for a while the server currently crashes. We should probably do one or more of:
* [`pool_pre_ping`](https://docs.sqlalchemy.org/en/20/core/pooling.html#pool-disc…
-
I am trying to run immunedb on a quite large dataset, with fastq file >10GB in a docker container, and memory error was shown after several minutes of waiting.
I tried to convert fastq to fasta file …
-
**Is your feature request related to a problem? Please describe.**
I can't figure out how to install this. I feel like I've tried everything.
By brute-force trying everything (`find -name "docker-…
-
批量通过api创建并执行了大量任务后,刚开始没有异常,执行几个小时后,每个client节点都出现了以下的报错信息,并一直在不断轮询阻塞后续任务。导致现在所有client节点都变为离线状态。
```
2022-04-08 02:17:44,163-ERROR-util.logutil: task_params is wrong.
Traceback (most recent call last…
-
Hello,
##### SUMMARY
I noticed different behaviours between `pymysql` and `mysqldb`. With `python3-mysqldb`, I can interact with the database without taking care about database credentials, …