Sync hierarchy updates #2087

Merged
zachgoll merged 3 commits from zachgoll/sync-hierarchy-updates into main 2025-04-12 00:13:46 +08:00
zachgoll commented 2025-04-11 23:51:54 +08:00 (Migrated from github.com)

The existing sync process for "Family syncs" was not properly waiting until all "child jobs" were completed prior to calling the post_sync method. 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.

The existing sync process for "Family syncs" was not properly waiting until all "child jobs" were completed prior to calling the `post_sync` method. 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.
Sign in to join this conversation.