cms.c2sgmbh/src
Martin Porwoll e904f0949b fix(queue): resolve queue-worker crash-loop via Redis auth and PM2 config
Redis requires authentication but IORedis connections were not passing a
password, causing immediate NOAUTH failures and a PM2 crash-loop (1900+
restarts). Additionally, the PM2 config used `npx` as the script entry
which caused instability.

- Add REDIS_PASSWORD support to queue-service.ts and redis.ts
- Change PM2 script from npx wrapper to direct tsx CLI entry point
- Add explicit exec_mode: 'fork' to prevent cluster mode issues

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:46:54 +00:00
..
app feat(youtube): register content calendar as admin view 2026-02-14 17:18:12 +00:00
blocks feat(YouTube): add YouTube Operations Hub with YtSeries collection 2026-01-13 14:54:40 +00:00
collections feat(youtube): add auto status transition hook 2026-02-14 13:42:25 +00:00
components/admin feat(youtube): register content calendar as admin view 2026-02-14 17:18:12 +00:00
globals fix: resolve multiple admin panel bugs 2025-12-26 23:21:23 +00:00
hooks feat(youtube): add auto status transition hook 2026-02-14 13:42:25 +00:00
jobs feat(Community): add Community Inbox View, Rules Engine, and YouTube OAuth 2026-01-15 16:26:08 +00:00
lib fix(queue): resolve queue-worker crash-loop via Redis auth and PM2 config 2026-02-14 17:46:54 +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(youtube): register content calendar as admin view 2026-02-14 17:18:12 +00:00