1.1.1 • Published 8 years ago

crock v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0-alpha.1

8 years ago

1.0.0

8 years ago