diff --git a/pkg/bull-queue-admin/index.js b/pkg/bull-queue-admin/index.js index 2157b040c..1c0c4b462 100644 --- a/pkg/bull-queue-admin/index.js +++ b/pkg/bull-queue-admin/index.js @@ -60,9 +60,9 @@ const run = async () => { } const connection = new Redis({ - host: secrets.REDIS_HOST, - port: secrets.REDIS_PORT, tls: { + host: secrets.REDIS_HOST, + port: secrets.REDIS_PORT, cert: secrets.REDIS_CERT, rejectUnauthorized: false, },