async fn sync_pages_batch(
conn: &mut PgConnection,
pages: &[Page],
latest_histories: &HashMap<Uuid, PageHistory>,
blob_client: &AzureBlobClient,
base_url: &Url,
) -> Result<()>
Expand description
Processes and synchronizes a batch of pages.