fix(migration): don't ignore migration apply errors
Compare changes
+ 15
− 9
@@ -11,15 +11,21 @@ pub mod apply {
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