This website requires JavaScript.
Explore
关于
Help
Register
Sign In
jinql
/
cronsun
mirror of
https://github.com/shunfei/cronsun
Watch
1
Star
0
Fork
You've already forked cronsun
0
Code
Issues
Releases
Wiki
Activity
5a25adf84f
cronsun
/
node
/
job.go
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
node: 增加 cron node 服务完成核心功能,可以跑 cron 任务
2017-01-12 07:34:13 +00:00
package
node
import
(
pkg: 迁移包名到 github
2017-05-09 10:27:32 +00:00
"github.com/shunfei/cronsun/models"
node: 增加 cron node 服务完成核心功能,可以跑 cron 任务
2017-01-12 07:34:13 +00:00
)
node: 调整 job rule 解释规则 一个结点支持一个 job 多个执行时间
2017-02-17 09:09:46 +00:00
type
Jobs
map
[
string
]
*
models
.
Job