Fantix King
Fantix King
Apologies 🤕
Hmm I should use `{}` instead of `()`, but still the error is weird.
I think this is already fixed in 2.1+52c90a7
Depends on #4105
> This is generally ready, but I'm not sure if we want to fix GC issue somewhere else. #3904 should've fixed most - if not all - of the GC...
Deletion of `schema::Migration` is used in single-db tests to nuke the database (added [here](https://github.com/edgedb/edgedb/pull/3249/commits/d382874bd92dca3c5109f39c97c00b5f1fd79e5a)), we probably want to use the future version of wipe-db for those tests instead.
Try listening on the external IP address too: https://www.edgedb.com/docs/reference/admin/configure#examples > `conn = edgedb.connect(host= "vm external ip", port=10700)` You'll probably meet certificate issues here too - either set [`EDGEDB_CLIENT_SECURITY=insecure_dev_mode`](https://www.edgedb.com/docs/reference/connection#granular-parameters) or use...
Yes, this is absolutely part of the plan. Let's keep this issue open until it's implemented.
> @fantix do you have an estimated timeline for this? This has been discussed with the team again this week. It's likely that we'll soon come up with something that...
This is likely NOT an issue of edgedb-python. 2 things in your application: 1. By default the EdgeDB server will terminate idle connections, but the EdgeDB client library (edgedb-python in...