We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9309912 commit e3c9140Copy full SHA for e3c9140
1 file changed
.github/workflows/toolforge-deploy.yml
@@ -35,6 +35,6 @@ jobs:
35
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
36
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py collectstatic --noinput
37
become ${{ matrix.tool }} webservice python3.11 stop
38
- become ${{ matrix.tool }} webservice python3.11 start --cpu 1 --mem 3Gi
+ become ${{ matrix.tool }} webservice python3.11 start --cpu 2 --mem 3Gi
39
become ${{ matrix.tool }} webservice python3.11 status
40
become ${{ matrix.tool }} ./www/python/src/restart_celery.sh
0 commit comments