Add the blank tls option to the normal redis client as well
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 11m31s
🚀 Publish Trigger.dev Docker / units (push) Failing after 11m31s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 11m32s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped

This commit is contained in:
Eric Allam
2023-11-28 10:39:37 +00:00
parent 9fde5bbd59
commit fe09768fec
@@ -397,6 +397,7 @@ function getRateLimiter() {
username: env.REDIS_USERNAME,
password: env.REDIS_PASSWORD,
enableAutoPipelining: true,
tls: {}
},
defaultConcurrency: env.DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT,
});