mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 23:14:12 +00:00
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> |
||
|---|---|---|
| .. | ||
| app | ||
| blocks | ||
| collections | ||
| components/admin | ||
| globals | ||
| hooks | ||
| jobs | ||
| lib | ||
| migrations | ||
| types | ||
| instrumentation.ts | ||
| middleware.ts | ||
| payload-generated-schema.ts | ||
| payload-types.ts | ||
| payload.config.ts | ||