Anton Melser
Anton Melser
@jfmrm can you set up a basic test like the following? ``` import sys import asyncio import asyncpg async def run(host, port): conn = await asyncpg.connect(user='postgres', password='verysecret', database='all_your_bases', host=host, port=port)...
@naaronne , were you looking for a confirmation from @damjankuznar ? It works fine for me but I have relatively simple needs in terms of what is offered by `postgres`....
@shawn-chiou can you confirm you can repro with the above code?
Sure @rjshrjndrn , if I end up moving past the test-drive phase I'll no doubt be submitting quite a few PRs :-). Can we leave this open for the moment?
As a bit of a note-to-self and temporary hack for others who might want this while waiting for a proper fix having cluster names other than `cluster.local`, it *looks* like,...
If anyone is interested, I have created a migration that seems to work. I definitely haven't tested everything and in it's current form it changes everything because I am pretty...
@bjascob , I'm also very interested in seeing an updated comparison, particularly with the latest spaCy 3.4 and corenlp 4.5.1!
Did any progress get made on this? I will have an ID to test with if you need one, and will have a look myself to try and get it...
@tiangolo , if you were even remotely grateful for the effort you would have signalled something before 3 YEARS after the PR. I know, you are busy, but there were...
Actually @Kludex , it appears that this doesn't work with the `--timeout-graceful-shutdown` option - is there any official way to have this yet?