Psycopg hangs on connection
Running the latest (3.2.1) version of th psycopg faced a problem that it hangs on getting connection from the pool to the postgres db. I saw that timeout there is 0.1 so it must raise an error but instead it just got stuck at that point. Are there any way to force it to raise an error if failed to connect?