Avoid running queries on closed connections (#365)
Forking processes with open database connections can lead to some surprising behavior! This change forces the parent process running the refresh command to reconnect to the database before making any queries in case one of its child processes has closed the connection it relies on. ECOM-5871
Showing
Please
register
or
sign in
to comment