# Bree - Node.js 용 잡 스케줄러

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2466](https://news.hada.io/topic?id=2466)
- GeekNews Markdown: [https://news.hada.io/topic/2466.md](https://news.hada.io/topic/2466.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-17T09:57:50+09:00
- Updated: 2020-07-17T09:57:50+09:00
- Original source: [jobscheduler.net](https://jobscheduler.net/)
- Points: 5
- Comments: 1

## Topic Body

- Worker 쓰레드로 스크립트를 로딩해서 Job 수행

- async/await 지원, 재시도 및 쓰로틀링 제어 가능

- Cron 구문 및 later, human-interval, ms 등의 다양한 시간 구문 사용 가능

- Graceful Cancel & Reloading

- bull과 달리 Redis에 의존하지 않음

## Comments



### Comment 2306

- Author: xguru
- Created: 2020-07-17T09:58:28+09:00
- Points: 1

항상 저 Graceful 번역이 좀 애매해서  그냥 원문을 적곤 하는데,

저는 "뭔가 특이한 것 없이 정상적으로 처리됨" 이란 느낌으로 인식하고 있습니다.

https://en.wikipedia.org/wiki/Graceful_exit
