Package Updatex and Redis Config Adjustment

This commit is contained in:
Allan Carr
2025-07-22 20:25:33 -07:00
parent bfaeac812e
commit d2bf897e2f
8 changed files with 135 additions and 86 deletions

View File

@@ -20,7 +20,6 @@ const UPLOAD_QUEUE_NAME = "uploadProcessingQueue";
const connectionOpts = {
host: "localhost",
port: 6379,
maxRetriesPerRequest: 3,
enableReadyCheck: true,
reconnectOnError: (err: Error) => err.message.includes("READONLY")
};