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,