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 28327ef commit 030c6c1Copy full SHA for 030c6c1
.github/workflows/toolforge-check-lag.yml
@@ -34,5 +34,6 @@ jobs:
34
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
35
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 1 --mem 3Gi
+ become ${{ matrix.tool }} webservice python3.11 stop
38
+ become ${{ matrix.tool }} webservice python3.11 start --cpu 1 --mem 3Gi
39
fi
0 commit comments