mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(benchmark): Fix binary data benchmark for multi-main (#10906)
This commit is contained in:
@@ -109,6 +109,7 @@ services:
|
|||||||
- N8N_LICENSE_ACTIVATION_KEY=${N8N_LICENSE_ACTIVATION_KEY}
|
- N8N_LICENSE_ACTIVATION_KEY=${N8N_LICENSE_ACTIVATION_KEY}
|
||||||
- N8N_LICENSE_TENANT_ID=${N8N_LICENSE_TENANT_ID}
|
- N8N_LICENSE_TENANT_ID=${N8N_LICENSE_TENANT_ID}
|
||||||
# Scaling mode config
|
# Scaling mode config
|
||||||
|
- N8N_PROXY_HOPS=1
|
||||||
- EXECUTIONS_MODE=queue
|
- EXECUTIONS_MODE=queue
|
||||||
- QUEUE_BULL_REDIS_HOST=redis
|
- QUEUE_BULL_REDIS_HOST=redis
|
||||||
- N8N_MULTI_MAIN_SETUP_ENABLED=true
|
- N8N_MULTI_MAIN_SETUP_ENABLED=true
|
||||||
@@ -145,6 +146,7 @@ services:
|
|||||||
- N8N_LICENSE_ACTIVATION_KEY=${N8N_LICENSE_ACTIVATION_KEY}
|
- N8N_LICENSE_ACTIVATION_KEY=${N8N_LICENSE_ACTIVATION_KEY}
|
||||||
- N8N_LICENSE_TENANT_ID=${N8N_LICENSE_TENANT_ID}
|
- N8N_LICENSE_TENANT_ID=${N8N_LICENSE_TENANT_ID}
|
||||||
# Scaling mode config
|
# Scaling mode config
|
||||||
|
- N8N_PROXY_HOPS=1
|
||||||
- EXECUTIONS_MODE=queue
|
- EXECUTIONS_MODE=queue
|
||||||
- QUEUE_BULL_REDIS_HOST=redis
|
- QUEUE_BULL_REDIS_HOST=redis
|
||||||
- N8N_MULTI_MAIN_SETUP_ENABLED=true
|
- N8N_MULTI_MAIN_SETUP_ENABLED=true
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
events {}
|
events {}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
client_max_body_size 50M;
|
||||||
|
access_log off;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server n8n_main1:5678;
|
server n8n_main1:5678;
|
||||||
server n8n_main2:5678;
|
server n8n_main2:5678;
|
||||||
|
|||||||
Reference in New Issue
Block a user