You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsyncPostgresDB initializes a PostgreSQL connection pool. It has retry logic to handle initialization failures; however, there are a couple bugs in that logic:
Does not raise the exception when initialization fails.
Creates the connection pool multiple times even if it was already successful.
The text was updated successfully, but these errors were encountered:
fumoboy007
added a commit
to fumoboy007/metaflow-service
that referenced
this issue
Sep 9, 2024
fumoboy007
changed the title
AsyncPostgresDB does not raise exception when initialization fails
Bugs in the AsyncPostgresDB initialization retry logic
Sep 9, 2024
AsyncPostgresDB
initializes a PostgreSQL connection pool. It has retry logic to handle initialization failures; however, there are a couple bugs in that logic:The text was updated successfully, but these errors were encountered: