Experiencing some odd behavior with PostgresDocumentStore (deployed to aws aurora serverless v2). We've added support for the SSL parameters "sslmode," "sslcert," "sslkey," and "sslrootcert." Synchronous calls with SSL work great. Asynchronous calls without SSL, also work great. Async + SSL produces an error "ConnectionDoesNotExist: Future not awaited-connection closed mid operation." What is confusing, is that this error only happens when trying to run aretrieveaget_nodes and adelete. Whereas aqueryachat and aretrieve (recursive retriever) all work fine. The fact that some of these calls work leads me to believe it's not an SSL issue.