You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In apps/wfcatalog_client.py, a new MongoClient is initialized inside the paramslist loop. This causes the application to open and close a database connection for every single query parameter group.