Closed gjost closed 4 years ago
The sync operation updates Elasticsearch after completion. If Elasticsearch is not running it fails:
NewConnectionError: <urllib3.connection.HTTPConnection object at 0x99067ac>: Failed to establish a new connection: [Errno 111] Connection refused
ddr-local should either ignore the error or (better) check before syncing and refuse to continue if ES is not running.
ddr-local
Merged in to develop.
develop
The sync operation updates Elasticsearch after completion. If Elasticsearch is not running it fails:
ddr-local
should either ignore the error or (better) check before syncing and refuse to continue if ES is not running.