ruanwenjun opened a new pull request, #10491: URL: https://github.com/apache/dolphinscheduler/pull/10491
## Purpose of the pull request Since we don't have the taskInstanceId until we insert it into database, so we cannot use taskInstance to check if we already have this task in queue. (PS: Maybe we can generate the TaskInstance by ourselves by using some way like https://tech.meituan.com/2017/04/21/mt-leaf.html, so that we don't rely on the database to generate id and we will not have these problems) ## Brief change log Use processInstanceId-taskCode-taskDefinitionVersion to identify a unique taskInstance. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
