You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cronsun/conf/files/base.json.sample

30 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Web": "@extend:web.json",
"Node": "/cronsun/node/",
"Proc": "/cronsun/proc/",
"Cmd": "/cronsun/cmd/",
"Once": "/cronsun/once/",
"Csctl": "/cronsun/csctl/",
"Lock": "/cronsun/lock/",
"Group": "/cronsun/group/",
"Noticer": "/cronsun/noticer/",
"#Ttl": "节点超时时间,单位秒",
"Ttl": 10,
"#ReqTimeout": "etcd 请求超时时间,单位秒",
"ReqTimeout": 2,
"#ProcTtl": "执行中的任务信息过期时间单位秒0 为不过期",
"ProcTtl": 600,
"#ProcReq": "记录任务执行中的信息的执行时间阀值单位秒0 为不限制",
"ProcReq": 5,
"#LockTtl": "任务锁最大过期时间,单位秒,默认 600",
"LockTtl": 600,
"Etcd": "@extend:etcd.json",
"Mgo": "@extend:db.json",
"Mail": "@extend:mail.json",
"Security": "@extend:security.json",
"#comment": "PIDFile and UUIDFile just work for cronnode",
"#PIDFile": "Given a none-empty string to write a pid file to the specialed path, or leave it empty to do nothing",
"PIDFile": "/var/run/cronsun/cronnode.pid",
"UUIDFile": "/etc/cronsun/CRONSUN_UUID"
}