简体   繁体   English

Spring Cloud DataFlow多次运行组合任务

[英]Spring Cloud DataFlow run Composed Task multiple times

Is there any way to tell Composed task runner (CTR) to run composed task multiple times? 有什么方法可以告诉合成任务运行程序(CTR)多次运行合成任务?

For now, in SCDF 1.2.3.RELEASE and CTR 1.0.0.RELEASE, if particular task in composed task has been completed, CTR doesn't execute it again. 目前,在SCDF 1.2.3 RELEASE和CTR 1.0.0.RELEASE中,如果已完成组合任务中的特定任务,则CTR不会再次执行它。

A composed-task is a graph (represented in a DSL) defining a series of steps where each step can be a task or a batch-job. 组合任务是定义一系列步骤的图形(以DSL表示),其中每个步骤可以是一个任务或一个批处理作业。 Once the composed-task is launched, it will execute all the steps and its transitions as defined by the DSL. 启动组合任务后,它将执行DSL定义的所有步骤及其转换。

Unless you schedule the composed-task to launch on the desired frequency (eg, "every 1hr"; "every day at 11p" etc.) , it won't automatically re-execute it. 除非您将组合任务安排为以所需的频率启动(例如,“每1小时”,“每天11p”等等) ,否则它将不会自动重新执行。 Please consider using a scheduler for this purpose. 请考虑为此使用调度程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM