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
When running too many queries at the same (I have a large amount of users and databases) a command like terraform destroy will break the provider with the error:
pq: remaining connection slots are reserved for non-replication superuser connections
It might be needed to more efficiently open and close connections when needed, or limit the amount of open connections.
The text was updated successfully, but these errors were encountered:
When running too many queries at the same (I have a large amount of users and databases) a command like terraform destroy will break the provider with the error:
It might be needed to more efficiently open and close connections when needed, or limit the amount of open connections.
The text was updated successfully, but these errors were encountered: