diff --git a/pkg/bull-queue-admin/index.js b/pkg/bull-queue-admin/index.js index 6da8a719c..eff2cbdf2 100644 --- a/pkg/bull-queue-admin/index.js +++ b/pkg/bull-queue-admin/index.js @@ -62,6 +62,8 @@ const run = async () => { console.log('redis options:', redisOptions(secrets)) const connection = new Redis(secrets.REDIS_URL, redisOptions(secrets)) + console.log('set connection: ', connection) + const rssRefreshFeed = new QueueMQ('rssRefreshFeed', { connection: connection, })