-
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…
-
Some queries always result in a stack overflow. The below code works using `playhouse.postgres_ext.PostgresqlExtDatabase` but doesn't if I switch to `peewee_async.PostgresqlDatabase`.
```python
…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I see another async ORM without CTE. TortoiseORM, orm (from encode), and now ormar.
**Describe the soluti…
-
Hello sir, i have installed prerequisites and while running `poetry install` command, some dependencies are failing to install.
These are the logs.
`
Installing dependencies from lock file
Packa…
-
At the moment if you have model
```
class Model(peewee.Model):
other_model = peewee.ForeignKey(OrderModel)
```
using it like this
```
model_instance.other_model
```
will trigger sync query.
I…
mrbox updated
3 years ago
-
coming from HN (https://news.ycombinator.com/item?id=11634152 and https://news.ycombinator.com/item?id=11632650)
Could you please include something like aiopg in your setup instructions - not as a re…
-
Currently, using a ManyToManyField from the playhouse package triggers a sync_query. It would be awesome if this could be handled asynchronously.
-
## ptyhon 官方 Wiki 列表:
- https://wiki.python.org/moin/WebFrameworks
## python aio libs:
### db:
- https://github.com/timofurrer/awesome-asyncio#database-drivers
### mq:
- https://gith…
-
We can have long-running queries that currently block a user from doing anything else. For example, searches on SDSS programs, without any other constraints can result in up to ~15 minutes queries. …
-
```text
Traceback (most recent call last):
File "/data/playground/projects/zhiyun_notifer/deploy/venv/lib/python2.7/site-packages/gunicorn/workers/base_async.py", line 56, in handle
self.hand…