From 282c37163ec770b6e45b59daf165952f5944a654 Mon Sep 17 00:00:00 2001 From: Sagar Date: Fri, 4 Oct 2024 14:52:02 +0200 Subject: [PATCH] =?UTF-8?q?Queue=20Mode=20=E2=80=93=20Add=20Support=20for?= =?UTF-8?q?=20TLS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://devcenter.heroku.com/changelog-items/2923 --- app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index fa827af..8bed346 100644 --- a/app.json +++ b/app.json @@ -28,10 +28,14 @@ "description": "Heroku SSL is self signed, SSL fails if this is not set to 0", "value": "0" }, - "WEBHOOK_URL": { + "WEBHOOK_URLQUEUE_BULL_REDIS_TLS": { "description": "Your app could be published to any domain, without specifying n8n will think that it's hosted on localhost (and it could break some scenarions ", "value": "https://.herokuapp.com" }, + "QUEUE_BULL_REDIS_TLS": { + "description": "Heroku is enforcing TLS on all redis mini plans starting December 2024.", + "value": "true" + }, "EXECUTIONS_MODE": { "description": "Supports: regular, queue. Queue Mode enables Worker Dyno to process events. If you do not plan on using worker dyno, set worker dyno count to 0 and set execution mode it to regular.", "value": "queue"