new-site/infra/cron/pw-hc-campaign

5 lines
511 B
Text

# Healthcare warmup: import the next overdue-first slice into listmonk-hc and
# 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 && 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