From 213b12de6a1eb21243f84e3490959d6e6053d658 Mon Sep 17 00:00:00 2001 From: varsha1305nav <87652813+varsha1305nav@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:03:18 +0530 Subject: [PATCH] made some changes to resolve Process exited with status 143 from signal TERM --- .github/workflows/deploy_prod_api.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_prod_api.yml b/.github/workflows/deploy_prod_api.yml index 78dc7a52..15170159 100644 --- a/.github/workflows/deploy_prod_api.yml +++ b/.github/workflows/deploy_prod_api.yml @@ -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'