1.1.1 • Published 7 years ago

crock v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

crock

High time-resolution cron with Web application framework flavor

How to use

  • npm i --save crock
  • Write ./definitions/foo.js with cron rule and a function
  • Just $(npm bin)/crock, process will be observed by supervisor(nodemon)
  • You can integrate slack. Config is crock.yaml
  • DSL is on /definitions/sample.js, check it out

How it works

  • Cron rule is based on node-schedule (sec + cron_rule)
  • You can write all tasks on */definitions/* folder, and */definitions/* folder will be auto-loaded
  • $(npm bin)/crock command runs scheduler daemon

future work

  • job stats
1.1.1

7 years ago

1.1.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0-alpha.1

7 years ago

1.0.0

7 years ago