← back to Marketing Command Center
scripts/ig-repull-SCHEDULE.md
13 lines
# IG media re-pull — schedule
Runs **daily 06:40 on Kamatera** via root crontab (self-contained; the script and
its data both live on Kamatera, so no cross-machine dependency):
40 6 * * * cd /root/DW-Agents/marketing-command-center && /usr/bin/node scripts/ig-media-repull.js --apply >> /root/DW-Agents/logs/mcc-ig-repull.log 2>&1 # mcc-ig-repull
The board shows the last run at a glance (IG re-pull health strip + Run-now button).
History: was a Mac2 launchd job (com.steve.mcc-ig-repull) SSHing into Kamatera;
moved to a Kamatera-local cron 2026-07-22 to drop the needless Mac2 dependency
(a Mac2-asleep/SSH-hiccup at run time would have silently skipped it).