roamerop edited a comment on issue #5215: URL: https://github.com/apache/dolphinscheduler/issues/5215#issuecomment-829731528
> @chengshiwen 1 Define a python script, such as `time.sleep(30)`. 2 Define schedule run every 1 second. 3 you will see duplicate instance running on `processInstance` tab. --- Chinese 1 定义一个python工作流,在里面休眠十秒(为了演示阻塞) 2 为工作流增加定时任务,每秒运行一次 3 在工作流实例看板上,会看到很多重复的工作流,因为上一个工作流没结束,下一个又开始了(我希望这个工作流串行执行) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
