From 154ccfe78730b749b57573838c3c1da4afaea32c Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 12 Jan 2024 15:11:54 +0800 Subject: [PATCH] More init debugging --- pkg/bull-queue-admin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/bull-queue-admin/index.js b/pkg/bull-queue-admin/index.js index dc64cda02..6da8a719c 100644 --- a/pkg/bull-queue-admin/index.js +++ b/pkg/bull-queue-admin/index.js @@ -60,6 +60,7 @@ const run = async () => { } } + console.log('redis options:', redisOptions(secrets)) const connection = new Redis(secrets.REDIS_URL, redisOptions(secrets)) const rssRefreshFeed = new QueueMQ('rssRefreshFeed', { connection: connection,