2025-10-02

Moved from Redis to PostgreSQL for queues & sessions

  • Originally, I was using Redis for queues and sessions. However, Redis became a single point of failure, and the random issues it caused weren’t worth the performance benefits. While it was helpful for session and queue management, it ultimately added more overhead and became one more moving part to worry about. Instead, I moved queues, sessions, and cache back to PostgreSQL.