Always persist processed of CommitStatus
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.
Showing
Please register or sign in to comment