Handbook
Task `teams_search_harvest_closed_day` v1
Run the full Teams search chunk loop for one closed calendar day until pagination ends or max_chunks. Returns aggregated wire items; consumer persists to SQLite.
Updated
Task teams_search_harvest_closed_day v1
Summary
Run the full Teams search chunk loop for one closed calendar day until pagination ends or max_chunks. Returns aggregated wire items; consumer persists to SQLite.
Inputs
session_ref(required)query.date_from/scan_date(required)chunk_size,max_chunks,query.known_identity_keys,query.click_detail
Output
{ ok, scan_date, items[], search_chunks_done, chunk, at_end, warnings[] }
Verification
tests/playwright/test_teams_search_composites.py
Changelog
- v1 — Composite replacing per-chunk Cockpit loop when CDP manager path enabled.