From f6232d9704d401f558c5c007bb73ae3f9986d837 Mon Sep 17 00:00:00 2001 From: Eyal Fishler Date: Mon, 11 Sep 2023 17:20:17 -0700 Subject: [PATCH] update worker to 20 parallel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 348e2882734f7..2b2edd92e9358 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "turbo run test", "watch": "turbo run watch", "webhook": "./packages/cli/bin/n8n webhook", - "worker": "./packages/cli/bin/n8n worker", + "worker": "./packages/cli/bin/n8n worker --concurrency=20", "cypress:install": "cypress install", "cypress:open": "CYPRESS_BASE_URL=http://localhost:8080 cypress open", "test:e2e:ui": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first start-server-and-test start http://localhost:5678/favicon.ico 'cypress open'",