分片运行:shard standalone MaxConcurrency string 最大同时运行实例数量,默认值为 1, 即上次触发没有运行结束,即使到了运行时刻也不会进行下次触发。 1 Name string 任务名称。 helloworld MaxAttempt integer 错误最大重试次数,根据业务需求填写,默认值为 0。 0 Content string 脚本类型任务的脚本。 ec...
分片运行:shard standalone ClassName string 否 任务接口类完整路径。 是Java 任务类型时,才有该字段且必须填写完整路径。 com.alibaba.test.helloworld Content string 否 任务类型选择为 python/shell/k8s 时,填写对应的脚本内容。 任务类型为 golang 时,content 格式示例为 {"jobName":"HelloWorld"} echo 'hell...
分片运行:shard standalone MaxConcurrency string 最大同时运行实例数量,默认值为 1, 即上次触发没有运行结束,即使到了运行时刻也不会进行下次触发。 1 Name string 任务名称。 helloworld MaxAttempt integer 错误最大重试次数,根据业务需求填写,默认值为 0。 0 Content string 脚本类型任务的脚本。 echo "clear"...