Skip to content

Commit

Permalink
Queue Mode – Add Support for TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
sagararyal authored Oct 4, 2024
1 parent 3f00af1 commit 282c371
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://<appname>.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"
Expand Down

0 comments on commit 282c371

Please sign in to comment.