Skip to content

Commit d282aaf

Browse files
committed
modify readme.md
1 parent 4dad210 commit d282aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Zebra-Crontab 基于PHP的定时任务管理器
66
+ 文本形式的定时任务可读性很差,在没有任何注释的情况下,新人很难在不读源码的情况下了解定时任务的业务逻辑
77
+ 在分布式的场景中,定时任务会散落到多台机器上,无法统一管理
88
+ 定时任务的日志不能集中化管理,对定时任务的运行分析及故障排除比较麻烦
9+
910
基于以上几点原因,我们迫切的需要一个可以集中化管理的、可配置的定时任务管理器
1011
但自己开发一套分布式的定时任务系统何其复杂,所以作者采用crontab服务做辅助,使用php实现对定时任务的配置管理
1112

0 commit comments

Comments
 (0)