Sync hierarchy updates #2087
Reference in New Issue
Block a user
Delete Branch "zachgoll/sync-hierarchy-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The existing sync process for "Family syncs" was not properly waiting until all "child jobs" were completed prior to calling the
post_syncmethod. This PR adds some sync orchestration so that post-sync actions can be taken on the family level while ensuring all data has been synced first.