Auto-Publisher Worker
Cloudflare Worker running a 5-minute cron. Reads Google Sheets schedule, finds due items, fetches assets from Drive, publishes to FB + IG via the Meta Graph API, writes results back to dual sheets (internal + client-facing).
Handles partial failures with explicit status tracking. Uses R2 as a staging bucket for video uploads (Google Drive's public URLs return thumbnails for video files, not streams). Token caching reduces Google OAuth calls by 98%.