cms.c2sgmbh/src
Martin Porwoll 13507d1361 feat(youtube): add metrics sync cron endpoints
Add two cron endpoints for automated YouTube metrics syncing:
- /api/cron/youtube-metrics-sync (every 6 hours): syncs video performance
  metrics (views, likes, comments) for all active channels
- /api/cron/youtube-channel-sync (daily at 04:00 UTC): syncs channel-level
  statistics (subscribers, total views, video count)

Both endpoints follow the established cron pattern with CRON_SECRET auth,
concurrent execution guards, HEAD monitoring, and structured logging.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 13:27:05 +00:00
..
app feat(youtube): add metrics sync cron endpoints 2026-02-14 13:27:05 +00:00
blocks feat(YouTube): add YouTube Operations Hub with YtSeries collection 2026-01-13 14:54:40 +00:00
collections feat: auto-download YouTube channel images on create/update 2026-02-14 12:30:48 +00:00
components/admin refactor(admin-nav): unify sidebar nav groups to match Payload native style 2026-02-13 14:25:57 +00:00
globals fix: resolve multiple admin panel bugs 2025-12-26 23:21:23 +00:00
hooks feat: auto-download YouTube channel images on create/update 2026-02-14 12:30:48 +00:00
jobs feat(Community): add Community Inbox View, Rules Engine, and YouTube OAuth 2026-01-15 16:26:08 +00:00
lib feat(youtube): add VideoMetricsSyncService for batch metrics sync 2026-02-14 13:25:12 +00:00
migrations feat(dashboard): Phase 3 - Scheduled Reports & Real-time Updates 2026-01-16 22:10:30 +00:00
types feat(community): Phase 2.3 - Meta (Facebook + Instagram) Integration 2026-01-16 21:28:40 +00:00
instrumentation.ts feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00
middleware.ts feat(security): enhance CSRF, IP allowlist, and rate limiter with strict production checks 2025-12-18 05:06:15 +00:00
payload-generated-schema.ts feat(Community): add Community Inbox View, Rules Engine, and YouTube OAuth 2026-01-15 16:26:08 +00:00
payload-types.ts feat: upgrade Payload CMS 3.69.0 → 3.76.1 2026-02-13 11:07:46 +00:00
payload.config.ts feat: add YouTube Analytics Dashboard custom admin view 2026-02-13 13:50:35 +00:00