Phoenix Instance Reboot Issues: Exploring Connection Pool Solutions
We've noticed we have to reboot our phoenix instance every few days. This has been happening for quite some time across many versions so it doesn't seem new. Essentially, the UI starts to break with connection pool issues. Oddly, tracing continues to work. Kind of would expect both to start failing but 馃し
asyncpg.exceptions.InvalidAuthorizationSpecificationError: no pg_hba.conf entry for host "x.x.x.x", user "postgres", database "postgres", no encryption
self.dbapi_connection = connection = pool._invoke_creator(self)
File "/phoenix/env/sqlalchemy/engine/create.py", line 646, in connect
return dialect.connect(*cargs, **cparams)We are using AWS aurora. Wondering if we should be using pgbouncer or something
