Closed alhogan closed 8 months ago
Added the close_threaded_db_connections decorator to run_deployment to ensure DB connections are closed when threaded tasks are completed.
close_threaded_db_connections
run_deployment
Closes #713
Looks good. Tested and working I presume?
Added the
close_threaded_db_connections
decorator torun_deployment
to ensure DB connections are closed when threaded tasks are completed.Closes #713