What to build
Implement crawl resume against the Crawl registry: look up the Crawl, reopen its Frontier and Seen-set, and continue draining pending Jobs as a new run over the same crawl_id (replacing the current stub). Detect a stale-running Crawl (process died) and take it over rather than double-run. See ADR-0007.
Acceptance criteria
Blocked by
What to build
Implement
crawl resumeagainst the Crawl registry: look up the Crawl, reopen its Frontier and Seen-set, and continue draining pending Jobs as a new run over the samecrawl_id(replacing the current stub). Detect a stale-running Crawl (process died) and take it over rather than double-run. See ADR-0007.Acceptance criteria
crawl resumereopens a registered Crawl and drains its pending Jobs.Blocked by