healthcare: HC warmup campaign cron (Mon-Fri 7AM Central) - imports overdue-first verified slice into listmonk-hc + runs Medicare-revalidation campaign via hc HOT stream; rate-throttled by pw-hc-rampcap

This commit is contained in:
justin 2026-06-06 03:57:08 -05:00
parent 2d3bccd31e
commit 2bc86268f7
2 changed files with 214 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# 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 && python3 scripts/build_healthcare_campaigns_cron.py --start-campaign >> /var/log/pw-hc-campaign.log 2>&1