healthcare warmup: gate Google/Workspace domains out of week 1 (they hard-reject cold IPs 550-5.7.1); send 501 non-Google practice domains first, defer 222 Google to week 2-3; cron uses hc_warmup_nongoogle.csv

This commit is contained in:
justin 2026-06-06 04:02:00 -05:00
parent 2bc86268f7
commit 95698852ce
2 changed files with 7 additions and 1 deletions

View file

@ -2,4 +2,4 @@
# keep the Medicare-revalidation campaign running. Mon-Fri only, 7 AM Central
# (host TZ = America/Chicago). Delivery is throttled by pw-hc-rampcap's
# sliding-window cap, sent ONLY via the hc HOT stream (.107-.109).
0 7 * * 1-5 deploy cd /opt/performancewest && python3 scripts/build_healthcare_campaigns_cron.py --start-campaign >> /var/log/pw-hc-campaign.log 2>&1
0 7 * * 1-5 deploy cd /opt/performancewest && HC_VERIFIED_CSV=/opt/performancewest/data/hc_warmup_nongoogle.csv python3 scripts/build_healthcare_campaigns_cron.py --start-campaign >> /var/log/pw-hc-campaign.log 2>&1