Skip to content

Commit

Permalink
hotfix: redis tls cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelxk committed Aug 31, 2022
1 parent 5f19716 commit 778b1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile/src/handlers/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const bullOptions = REDIS_URL.includes('rediss://')
password,
tls: {
rejectUnauthorized: false,
requestCert: true,
},
},
}
Expand Down

0 comments on commit 778b1ba

Please sign in to comment.