fix: expose failed products and archive row covers
This commit is contained in:
@@ -77,6 +77,7 @@ def main() -> None:
|
||||
"known_job_ids": len(known_job_ids),
|
||||
"temporary_jobs": [item.model_dump(mode="json") for item in cleanup_report.temporary_jobs],
|
||||
"pending_product_ids": [item.product_id for item in cleanup_report.pending_products],
|
||||
"failed_product_ids": [item.product_id for item in cleanup_report.failed_products],
|
||||
"reminder_job_ids": cleanup_report.reminder_job_ids,
|
||||
"stale_job_count": len(orphaned),
|
||||
"reclaimable_bytes": reclaimable,
|
||||
|
||||
Reference in New Issue
Block a user