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

Close threaded db connections during config deployment (LTM-1.6) #714

Closed alhogan closed 8 months ago

alhogan commented 9 months ago

Added the close_threaded_db_connections decorator to run_deployment to ensure DB connections are closed when threaded tasks are completed.

Closes #713

nkallergis commented 9 months ago

Looks good. Tested and working I presume?