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
currently, if we first connect to postgres and then later on disconnect, we should end up with a panic since we are only checking for a non-nil pgxpool.Pool. a non-nil invalid one will get milla to panic.
The text was updated successfully, but these errors were encountered:
currently, if we first connect to postgres and then later on disconnect, we should end up with a panic since we are only checking for a non-nil
pgxpool.Pool
. a non-nil invalid one will get milla to panic.The text was updated successfully, but these errors were encountered: