Image Quality Check — Rebuild Setter

Select rows from c_domain_build_queue with image_retry_count < 3 and chosen image_inspection status, then (optionally) reset them to rebuild.

Reset
Summary
Filter status: BOTH
Candidates found: 0
Mode: Preview (no changes)
Updated rows: 0
WHERE: image_retry_count < 3 AND image_inspection IN (2,3)
No matching rows found.
How to run from cron

Example (both statuses, no filters, perform updates):
/usr/bin/curl -s "https://YOURHOST/cp/image_quality_check_rebuild.php?status=both&dry=0"