Update driver requirements

Refactor ES initialization
This commit is contained in:
allegroai
2022-02-13 20:27:12 +02:00
parent b9996e2c1a
commit 8908c7dcf9
3 changed files with 11 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ class DatabaseFactory:
log.info(f"Using override mongodb host {override_hostname}")
if override_port:
log.info(f"Using override mongodb port {override_port}")
for key, alias in get_items(Database).items():
if key not in db_entries:
missing.append(key)