codestates / codestates/stylepalette

[Dev Log] 김규현/ 21.08.18

Open
#91 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

## 오늘은 어떻게 프로젝트에 기여했나요?
-
-

## 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- 서버가 배포된 EC2에서 ts파일들을 빌드하는 명령어인 tsc가 실행이 안되던 문제가 생겼었다. 에러코드도 없이 아무 반응이 없어서 해결하는데 애를 먹었다.
- 문제를 분석해본 결과, EC2모니터링 중 CPU사용량이 99.7%까지 치솟아 있는것을 확인했다. 정확한 원인은 아직 발견하지 못했지만, tsc명령어를 실행한 후 tsconfig.json의 설정이나 type모듈에서 파일이 없거나 하는 이유 때문에 프로세스가 무한루프에 빠지는 것 같았다.
- 위의 이슈 때문에 배포도 진행이 안되는 등의 문제가 일어났다.
- EC2자체를 재부팅하여 일시적으로 문제를 해결했다. ts파일의 빌드는 로컬에서 진행하여 빌드된 js파일들을 레포지토리에 푸시하는 방식으로 진행했다.
```js
//todo: 이곳에 코드를 작성하세요

```

## 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

-
-

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the EC2 deployment context, the tsc invocation, tsconfig.json, and the referenced type modules. Determine why tsc becomes unresponsive while CPU usage reaches 99.7%, then confirm that deployment can build the TypeScript files on EC2 without relying on locally generated JavaScript.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
build-system, devops, infrastructure
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.