Skip to content

Ensure that migration job status is updated

What does this MR do?

In #327405 (closed) we see that we have some jobs with finished_at set but the status is still running.

This ensures that we update the status to failed when the exception that is raised is not a StandardError.

Related to #327405 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mayra Cabrera

Merge request reports