diff --git a/pkg/bull-queue-admin/index.js b/pkg/bull-queue-admin/index.js index d53974099..bb042aa0a 100644 --- a/pkg/bull-queue-admin/index.js +++ b/pkg/bull-queue-admin/index.js @@ -59,6 +59,7 @@ const run = async () => { } } + console.log('secrets: ', secrets) const connection = new Redis(secrets.REDIS_URL, redisOptions()) const rssRefreshFeed = new QueueMQ('rssRefreshFeed', { connection: connection,