-
Heroku 배포중에 Process exited with status 143 오류 발생시.etc 2021. 11. 6. 11:50
143 exit code라는 것은 SIGTERM(dynos)에 의해서 종료되었다는 것인데,
이는 헤로쿠 하고자 하는 설정이 재시작을 요구할 때 발생한다.
다음과 같이 헤로쿠 재시작을 해주면 오류가 해결된다.
heroku restart
(참고한 사이트)
https://stackoverflow.com/questions/15767685/understanding-heroku-server-status-143
Understanding Heroku server status 143
I'm wondering about Heroku server status and can't find any documentation about this topic. Example: Process exited with status 143 Can anyone explain this example? And where would I find resou...
stackoverflow.com
'.etc' 카테고리의 다른 글
인텔리제이에서 최상단 호출부 hierarchy 확인하는 방법 (0) 2025.05.04 class file has wrong version 61.0, should be 59.0 예외 발생 (0) 2024.02.16 케이스 스타일 (Camel case, Kebab case, Snake case, Pascal case) (2) 2021.12.30 idpiframe initialization failed 에러 발생 시 (0) 2021.11.06 디렉토리 구조 출력하고 싶을 때 (0) 2021.11.06