项目作者: AlexAnYang
项目描述 :
coming 是一个用于创建定时任务和顺序任务的任务管理工具,分为两个部分。定时任务:用于添加周期执行的任务,可以匹配一年中的任意年,月,日,周,时,分,秒。顺序任务:用户管理需要长时间顺序执行的任务,你可以在任务执行中选择暂停,重启,停止等操作,也可以用初始化参数,重新执行。两个调度联合使用基本满足日常需求。coming is a task management tool for creating scheduled tasks and sequential tasks, includes two parts. Scheduled task: It is used to add periodic execution tasks, which can match any year, month, day, week, hour, minute, and second of the year. Sequential tasks: Users manage tasks that need to be executed sequentially for a long time. You can choose to pause, restart, stop, etc. in the task execution, or you can use the initialization parameters to re-execute. The joint use of the two dispatchers basically meets daily needs
高级语言: Go
项目地址: git://github.com/AlexAnYang/coming.git