wmde / wikibase-release-pipeline

BSD 3-Clause "New" or "Revised" License
45 stars 33 forks source link

fix(deploy): wikibase waits for elasticserch #758

Closed rti closed 2 months ago

rti commented 2 months ago

On first lauch, wikibase needs to create indices in elasticsearch.

This patch models this dependency explicitly in order to prevent a race condition that lead to failures on Ubuntu 22.04 with docker-ce.

https://phabricator.wikimedia.org/T371162