The scanner auto-syncs on page load when stale, so cron isn't required. If you want
fresh data and AI estimates ready before you open the page, schedule these jobs:
# Sync Polymarket events every 30 minutes
*/30 * * * * /usr/bin/php /home/scaltpzo/public_html/cron/scan.php >> /tmp/poly_scan.log 2>&1
# AI probability analysis — every 4 hours (requires Anthropic API key)
0 */4 * * * /usr/bin/php /home/scaltpzo/public_html/cron/ai_scan.php >> /tmp/poly_ai.log 2>&1
Or trigger manually:
Sync events