Skip to content

fix(migration): don't ignore migration apply errors

Georgy Moshkin requested to merge fix/migration-apply-error into master

If a migration fails to apply to a replicaset the governor will still keep retrying it even if it will never apply. We need to do something about it

Merge request reports