Skip to content

Commit

Permalink
made some changes to resolve Process exited with status 143 from sign…
Browse files Browse the repository at this point in the history
…al TERM
  • Loading branch information
varsha1305nav committed Apr 4, 2024
1 parent cc9c1da commit 213b12d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy_prod_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py collectstatic -link --noinput
sudo systemctl restart nginx
pkill -f "celery worker" && pkill -f "beat" && pkill -f "marketplace"
nohup sh -c 'gunicorn -w 4 marketplace.wsgi:application > gunicorn.out 2>&1' & nohup sh -c 'celery -A marketplace worker -l info > celery_worker.out 2>&1' & nohup sh -c 'celery -A marketplace beat -l info > celery_beat.out 2>&1' & echo -ne '\n'
Expand Down

0 comments on commit 213b12d

Please sign in to comment.