We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9af63b commit 32b6712Copy full SHA for 32b6712
.github/workflows/toolforge-check-lag.yml
@@ -31,8 +31,8 @@ jobs:
31
request_pty: true
32
script: |
33
set -x
34
- become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
35
- become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
+ become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
+ become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
36
if (( $? != 0 )); then
37
become ${{ matrix.tool }} webservice python3.11 restart --cpu 2 --mem 3Gi
38
fi
0 commit comments