Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 961 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 961 Bytes

Type Schedule

NPM version Build Status Coverage Status

Rewrite of the awesome node-schedule in TypeScript, with enhancements:

  • Job name uniqueness is checked (#370)
  • Canceling job by name will properly cancel all invocations (#368)
  • Support run scheduled job NOW
  • Type checking by TypeScript
  • More tests

The project still need some work to be really compatible with node-schedule.