Skip to content

Commit

Permalink
fix: 남은 프로세스 종료 로직 삭제
Browse files Browse the repository at this point in the history
-> 이게 문제의 근원
  • Loading branch information
kaswhy committed Aug 5, 2024
1 parent 10c103a commit d848d16
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ if [ -n "$remaining_pids" ]; then
kill -9 $remaining_pids
echo "Remaining uWSGI processes stopped."
fi

# 프로세스가 완전히 종료되었는지 확인
sleep 2
if pgrep -f "uwsgi --ini uwsgi.ini" > /dev/null; then
echo "Warning: Some uWSGI processes may still be running."
else
echo "All uWSGI processes have been successfully terminated."
fi
sleep 2 # 잠시 대기

0 comments on commit d848d16

Please sign in to comment.