# Build next day's trucking Listmonk campaigns daily at 08:00 UTC (3 AM EST).
# 4 TZ regions x {MCS-150 overdue, Inactive USDOT}. Runs inside the workers
# container; per-MX throttling + warmup ramp bound the actual volume.
0 8 * * * deploy cd /opt/performancewest && docker compose exec -T workers python3 -m scripts.build_trucking_campaigns >> /var/log/pw-trucking-campaign-builder.log 2>&1
