Skip to content

Always persist `processed` of CommitStatus

Kamil Trzciński requested to merge always-persist-processed into master

What does this MR do?

Since the same instance can go through multiple status transitions the subsequent changes to processed can be lost since the object is not refresh to exact DB state.

Always consider processed as a changed value and persist its current value.

Concurrency aspect explained: #220097 (comment 354004406).

Resolves the #220097 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports