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

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

View File

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