LiteCron 是一个基于 Go 的分布式计划任务运行框架,可以很容易的集成到 web app 中。它基于 Redis 实现分布式锁,无需特别的存储依赖。
在 web app 中运行计划任务。
构建分布式计划任务服务以替换系统计划任务服务。
[default cron client](https://github.com/imiskolee/litecron/blob/master/example_test.go#L14)
[without default cron client](https://github.com/imiskolee/litecron/blob/master/example_test.go#L30)
[mock multi processor](https://github.com/imiskolee/litecron/blob/master/example_test.go#L44)