**Describe the bug** the retry object set on the Child object is permanent as when child deletes the retry, the parent sets it again. **To Reproduce** have a set CRD, wait for the child to fail. add retry annotation on set CRD, check that the child object keeps retrying again and again. **Expected behavior** retry the child CRD once (or limited amount of time) and then delete the annotation.