Skip to content

Rewind iid on pipelines

Kamil Trzciński requested to merge rewind-iid-on-pipelines into master

What does this MR do?

This implements a mechanism to rewind IID for Pipelines, to solve problem described in https://gitlab.com/gitlab-org/gitlab-ce/issues/59362.

Rewind is done automatically, for a case then our IID is the latest one.

It means that it is not 100% correct, but in most cases, it will rewind the IID to a previous value.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59362

Does this MR meet the acceptance criteria?

Merge request reports