Hey, I'm using Python3.10 and neo4j==5.25.0 with Aura Professional. I've created a Flask application hosted on GAE that queries data from the database and then upserts the new information, it works well in most cases but every few minutes it gives the following/related error and succeeds on the retry. I read a few threads on Github and SO and I'll try replacing +s with +ssc in the url or increase the timeout and see if that helps but what is the best way to handle this
Failed to write data to connection ResolvedIPv4Address(('', 7687)) (ResolvedIPv4Address(('', 7687))) Failed to write data to connection IPv4Address(('.databases.neo4j.io', 7687)) (ResolvedIPv4Address(('', 7687))) Unable to retrieve routing information Transaction failed and will be retried in 0.8564792770719302s (Unable to retrieve routing information)