XPCegeka / ElasticUp

Easy ElasticSearch migrations for continuous delivery!
MIT License
8 stars 3 forks source link

ElasticUp-Verifications #15

Open tomboon opened 7 years ago

tomboon commented 7 years ago

I want to propose a feature that enables you to add verifications before/after/in between running ElasticUp.

e.g. : verifications could be

This makes our ElasticUp process much more robust and halt the process of something fishy is going on. Let's say you did a reindex-operation and the operation succeeded, but you made a mistake in your query and none of the actual documents were reindexed... Verifications can catch this whereas now it would succeed and the shit would hit the fan later.