Skip to content

Commit 030c6c1

Browse files
committed
fix: do stop and start in check lag restart
1 parent 28327ef commit 030c6c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/toolforge-check-lag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
3535
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
3636
if (( $? != 0 )); then
37-
become ${{ matrix.tool }} webservice python3.11 restart --cpu 1 --mem 3Gi
37+
become ${{ matrix.tool }} webservice python3.11 stop
38+
become ${{ matrix.tool }} webservice python3.11 start --cpu 1 --mem 3Gi
3839
fi

0 commit comments

Comments
 (0)