File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
3535 become ${{ matrix.tool }} webservice 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
37+ become ${{ matrix.tool }} webservice python3.11 restart --cpu 2 --mem 3Gi
3838 fi
Original file line number Diff line number Diff line change 3434 become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
3535 become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
3636 become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py collectstatic --noinput
37- become ${{ matrix.tool }} webservice python3.11 restart
37+ become ${{ matrix.tool }} webservice python3.11 restart --cpu 2 --mem 3Gi
3838 become ${{ matrix.tool }} webservice python3.11 status
3939 become ${{ matrix.tool }} ./www/python/src/restart_celery.sh
You can’t perform that action at this time.
0 commit comments