# Puppeteer Cluster - 퍼펫티어를 클러스터로 관리하는 도구

> Clean Markdown view of GeekNews topic #2312. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2312](https://news.hada.io/topic?id=2312)
- GeekNews Markdown: [https://news.hada.io/topic/2312.md](https://news.hada.io/topic/2312.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-22T10:44:37+09:00
- Updated: 2020-06-22T10:44:37+09:00
- Original source: [github.com](https://github.com/thomasdondorf/puppeteer-cluster)
- Points: 4
- Comments: 0

## Topic Body

- 다수의 크로미움 인스턴스를 실행하고 작업 및 에러를 관리

- 브라우저 재사용. 크래쉬 날 경우 재시작 및 에러시 재시도

- 병렬로 웹페이지 테스트를 진행할 때 유용

- 동작 현황 및 상태 모니터링 가능

- Concurrency 모델 선택 가능 (작업 URL 단위로)

ㅤ→ Page : URL당 한페이지. 작업간에 쿠키,로컬스토리지 공유

ㅤ→ Context : URL당 한 시크릿 모드 페이지. 데이터 공유 없음

ㅤ→ Browser : URL당 브라우저 하나.

- API 로 클러스터 호출 및 실행 가능

## Comments



_No public comments on this page._
