detail
USR369 direction 08/24/26, same day the sweep went live: change cadence from weekly to every couple of days. Updated the crontab entry from 0 10 * * 0 (weekly, Sunday) to 0 10 */2 * * (every 2 days by day-of-month) -- replaced cleanly, confirmed only one HOUSEKEEPING-SWEEP.php line exists in the crontab afterward, no duplicate. */2 day-of-month has a minor, harmless irregularity at some month boundaries (can land 1 day apart instead of 2 crossing certain month-end transitions) -- not worth a more complex rolling-interval workaround for a housekeeping job. Also updated SOP-HOUSEKEEPING-SCHEDULE.md (v1.1->v1.2) to reflect both the now-answered OPEN QUESTION (cron is live) and the new cadence, so the documentation doesn't drift from what's actually running -- this SOP explicitly exists to fix the class of bug where a written procedure silently stops matching reality.