feat: adds crawl resource cache
This commit is contained in:
@@ -208,6 +208,7 @@ def _run_payload(run: CrawlRun) -> dict:
|
||||
"finished_at": run.finished_at.isoformat() if run.finished_at else None,
|
||||
"found_count": run.found_count,
|
||||
"parsed_count": run.parsed_count,
|
||||
"skipped_count": run.skipped_count,
|
||||
"error_count": run.error_count,
|
||||
"dismissed_count": run.dismissed_count,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user