Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-29 18:03:16 +03:00
parent 78f65d544b
commit 6374c5a36e

View file

@ -32,7 +32,7 @@ jobs:
cache: 'npm'
- run: npm install
- run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cache-max-age=21600000 --cluster-id=1
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cache-max-age=21600000 --cluster-id=1 --debug
- run: npm run programs:save
- run: npm run guides:update
- uses: tibdex/github-app-token@v1