From ec9000520fb769bde04c1eb8d3fe02520e17bdd6 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 11 Jan 2023 14:16:59 +0300 Subject: [PATCH] Update _load.yml --- .github/workflows/_load.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index bc4df458..97fd9658 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -22,7 +22,7 @@ jobs: node-version: 16 cache: 'npm' - run: npm install - - run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2 + - run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1 - run: npm run programs:save - uses: actions/upload-artifact@v3