nautobot / nautobot-app-golden-config

Golden Configuration App for Nautobot.
https://docs.nautobot.com/projects/golden-config/en/latest/
Other
100 stars 57 forks source link

Database connections staying open during config deployment #713

Closed alhogan closed 8 months ago

alhogan commented 9 months ago

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

  1. Setup dev environment using Postgres
  2. Run config deployment on N devices, where N is > MAX_CONNECTIONS in the DB settings
alhogan commented 9 months ago

Submitting a PR to fix this shortly