Closed alhogan closed 8 months ago
As Nornir tasks are completed, DB connections are closed.
Max number of DB connections are hit and a psycopg2.OperationalError is thrown.
Submitting a PR to fix this shortly
Environment
Expected Behavior
As Nornir tasks are completed, DB connections are closed.
Observed Behavior
Max number of DB connections are hit and a psycopg2.OperationalError is thrown.
Steps to Reproduce