xiashao1980 opened a new issue #2727: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2727
I want to write some Python scripts in a node to implement the following function: 1. Send a message to a queue 2. Waiting for another program to finish processing this message 3. Then go to the next step or return fault message. There are more than 10000 instances in my list, all of them need to hold the flow instance and wait for some resource released or unlocked. How to implement this function? ------------------------------------------------------------------ 如何在节点的Python脚本中实现任务的等待? 可能的任务实例上万,需要考虑上万个任务同时等待的情况。 谢谢! ---------------------------------------------------------------- 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]
