Fantix King

Results 216 comments of Fantix King

Good to know that it finally worked for you! For the loop binding issue, though it is usually not assumed in a way that the loop is only attached on...

> I can confirm that after restarting instance (1.4+5ffe34b), python-edgedb does not reconnect automatically (edgedb.errors.ClientConnectionClosedError) > > I used this option : > > ``` > client: AsyncIOClient = create_async_client(dsn=dsn)...

An increasing query time within a group of concurrent requests usually means you have some shared resources that serialized your requests. If another group of requests (`/add_data`) doesn't have the...

> How to check for shared resources serializing my requests. Hmm, this query doesn't seems to be holding any lock that may cause the issue. At this moment I have...

Right - the `schema.py` will be completely removed in GINO 1.4, replaced by a very simple bridge: https://github.com/python-gino/gino/blob/8c888bd6abe0e877602d55aff33d2f67c9cbcd03/src/gino/api.py#L213-L227

@gazorby thanks for the suggestion! You're right, Redis caching would be probably not included in GINO. However, I'm thinking it might be a handy design to build a slot in...

Right, this was not considered yet - I made it partially work a few days ago, but I'll need a few more weekends to make it hit production.

Well, this is still valid for the new GINO2 - actually upstream `execution_options` is not fully ready yet for `AsyncEngine` and `AsyncConnection` at the moment.

Thanks for the report! A quick heads-up here is that, we are kinda moving the framework extensions (e.g. the Quart plugin in GINO 0.8.x if you are using it) to...

> I noticed that some of the tests on the ext frameworks had disappeared. FYI they're now back here: https://github.com/python-gino/gino-quart