Project

Profile

Help

Refactor #9424

Updated by ipanova@redhat.com over 2 years ago

The relations between content units should be handled in the same transaction where the relating content is created. 
 The current approach can lead to not fully related content units in case the sync pipeline did not finish successfully. 

 The tools to handle this should be `Content.resolution` and the `_post_save` hook of the content stage. 

 Current planning doc https://hackmd.io/zE3Nctw_QgmwIsiFKXxVgQ

Back