sync
Copies changed records from source to target, batch by batch.
Source code in vecparity/sync/engine.py
run_once()
Replicate everything changed since the current cursor. Returns the number of records synced, and advances the cursor.
Source code in vecparity/sync/engine.py
run_until_caught_up(poll_interval=5.0, idle_passes=2)
Poll run_once until N consecutive passes sync nothing.