fix(benchmark): Fix binary data benchmark for multi-main (#10906)

This commit is contained in:
Tomi Turtiainen
2024-09-20 16:46:31 +03:00
committed by GitHub
parent f1309787b2
commit 56c8077e04
2 changed files with 5 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ services:
- N8N_LICENSE_ACTIVATION_KEY=${N8N_LICENSE_ACTIVATION_KEY}
- N8N_LICENSE_TENANT_ID=${N8N_LICENSE_TENANT_ID}
# Scaling mode config
- N8N_PROXY_HOPS=1
- EXECUTIONS_MODE=queue
- QUEUE_BULL_REDIS_HOST=redis
- N8N_MULTI_MAIN_SETUP_ENABLED=true
@@ -145,6 +146,7 @@ services:
- N8N_LICENSE_ACTIVATION_KEY=${N8N_LICENSE_ACTIVATION_KEY}
- N8N_LICENSE_TENANT_ID=${N8N_LICENSE_TENANT_ID}
# Scaling mode config
- N8N_PROXY_HOPS=1
- EXECUTIONS_MODE=queue
- QUEUE_BULL_REDIS_HOST=redis
- N8N_MULTI_MAIN_SETUP_ENABLED=true

View File

@@ -1,6 +1,9 @@
events {}
http {
client_max_body_size 50M;
access_log off;
upstream backend {
server n8n_main1:5678;
server n8n_main2:5678;