← back to Dw Marketing Reels
scripts/retry-run.sh
10 lines
#!/bin/zsh
# TK-10395 delayed re-queue runner. Runs on a few slots AFTER the 07:10 nightly (see
# com.steve.dw-reels-retry.plist). Re-attempts an armed reel that Meta failed to process
# (2207076) earlier in the day, when Meta's processing has recovered. Bounded + double-post-safe;
# see scripts/retry-publish.mjs. $0 — no paid APIs.
export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"
cd "$(dirname "$0")/.."
[ -f .env ] && set -a && source .env && set +a
node scripts/retry-publish.mjs