创建定时任务操作
POST
collection/crontab/doCreateCollectionTask
请求参数
参数名
类型
描述
必填
task_name
任务名称
必填
model_id
模型ID
必填
attribute_name
必填
attribute_val
必填
task_desc
任务描述
必填
execute_cycle
执行周期,即crontab规则(秒 分 时 日 月 周)
必填
task_timeout
任务超时时间,单位:秒,0为永不超时
必填
start_execute
任务启动实行时间
必填
max_execute
任务最大执行次数,0为无限制
必填