Trouble Shooting: "status.code": 4
·
개발일지/BrewWing
status code 4가 나오면서 google cloud 빌드의 deploy 부분이 동작하지 않는 문제가 발생했습니다.표면적으로는 timeout에 지정해둔 시간을 초과하여 에러가 발생한 듯 보이지만reqirements.txt에 gunicorn이 포함되지 않아실행을 시키지 못함으로써 timeout이 발생했습니다.따라서 requirements.txt를 업데이트 함으로써pip freeze >> requirements.txt해당 문제를 해결했습니다.