headless_lms_server::programs::chatbot_syncer

Function sync_pages_batch

Source
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.