-
**Describe the bug**
When init a connection , throws `tortoise.exceptions.ConfigurationError: Port is not an integer` exception.
I guess maybe it caused by the password charaters.
**To Reproduc…
-
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, …
-
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…
-
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 …
-
The scheduler processes only one task task, the remaining tasks stay queued.
I ran the scheduler manually and submitted a simple task (adding two numbers) several times. After running the first tas…
-
In https://github.com/spiral-project/ihatemoney/ we still support MariaDB, and are trying to upgrade to SQLAlchemy 1.4
However, CI tests are failing with MariaDB 10.3 with the following log:
```
20…
-
Hello,
When creating a new database container, testcontainers automatically tries to connect to it [here](https://github.com/testcontainers/testcontainers-python/blob/master/testcontainers/core/gener…
-
table.__init__(name, metadata, *args, _no_init=False, **kw)
File "/root/dao/venv/day_ahead/lib/python3.11/site-packages/sqlalchemy/sql/schema.py", line 857, in __init__
self._autoload(
…
-
批量通过api创建并执行了大量任务后,刚开始没有异常,执行几个小时后,每个client节点都出现了以下的报错信息,并一直在不断轮询阻塞后续任务。导致现在所有client节点都变为离线状态。
```
2022-04-08 02:17:44,163-ERROR-util.logutil: task_params is wrong.
Traceback (most recent call last…
-
I am trying to run the spoiless-backend python flask app to run the user API on port 5000, and also trying to run the spoiless-machinelearning flask app on port 3434 to do things like scraping from th…