hybridtheorylink opened a new issue, #13862: URL: https://github.com/apache/dolphinscheduler/issues/13862
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 并行调度任务失败后重试,重试时会直接同时发起多次同样的任务。 ### What you expected to happen 希望能够按照配置的重试次数运行任务 ### How to reproduce [{"processDefinition":{"id":1,"code":9099679207488,"name":"dddddd","version":4,"releaseState":"ONLINE","projectCode":9099672513984,"description":"","globalParams":"[]","globalParamList":[],"globalParamMap":{},"createTime":"2023-04-03 11:34:03","updateTime":"2023-04-03 11:39:29","flag":"YES","userId":1,"userName":null,"projectName":null,"locations":"[{\"taskCode\":9099674023872,\"x\":230,\"y\":270},{\"taskCode\":9099676832448,\"x\":230,\"y\":390}]","scheduleReleaseState":null,"timeout":0,"tenantId":1,"tenantCode":null,"modifyBy":null,"warningGroupId":null,"executionType":"SERIAL_WAIT"},"processTaskRelationList":[{"id":7,"name":"","processDefinitionVersion":4,"projectCode":9099672513984,"processDefinitionCode":9099679207488,"preTaskCode":0,"preTaskVersion":0,"postTaskCode":9099674023872,"postTaskVersion":1,"conditionType":"NONE","conditionParams":{},"createTime":"2023-04-03 11:39:29","updateTime":"2023-04-03 11:39:29","operator":1,"operateTime":"2023-04-03 11:39:29"},{"id":8,"name": "","processDefinitionVersion":4,"projectCode":9099672513984,"processDefinitionCode":9099679207488,"preTaskCode":0,"preTaskVersion":0,"postTaskCode":9099676832448,"postTaskVersion":2,"conditionType":"NONE","conditionParams":{},"createTime":"2023-04-03 11:39:29","updateTime":"2023-04-03 11:39:29","operator":1,"operateTime":"2023-04-03 11:39:29"}],"taskDefinitionList":[{"id":1,"code":9099674023872,"name":"d1","version":1,"description":"","projectCode":9099672513984,"userId":1,"taskType":"SHELL","taskParams":{"localParams":[],"rawScript":"ecmmm","resourceList":[]},"taskParamList":[],"taskParamMap":null,"flag":"YES","taskPriority":"MEDIUM","userName":null,"projectName":null,"workerGroup":"default","environmentCode":-1,"failRetryTimes":4,"failRetryInterval":1,"timeoutFlag":"CLOSE","timeoutNotifyStrategy":null,"timeout":0,"delayTime":0,"resourceIds":"","createTime":"2023-04-03 11:34:03","updateTime":"2023-04-03 11:34:03","modifyBy":null,"taskGroupId":0,"taskGroupPriority":0,"operator":1,"o perateTime":"2023-04-03 11:34:03"},{"id":3,"code":9099676832448,"name":"d2","version":2,"description":"","projectCode":9099672513984,"userId":1,"taskType":"SHELL","taskParams":{"localParams":[],"rawScript":"asfgasfgas","resourceList":[]},"taskParamList":[],"taskParamMap":null,"flag":"YES","taskPriority":"MEDIUM","userName":null,"projectName":null,"workerGroup":"default","environmentCode":-1,"failRetryTimes":4,"failRetryInterval":0,"timeoutFlag":"CLOSE","timeoutNotifyStrategy":null,"timeout":0,"delayTime":0,"resourceIds":"","createTime":"2023-04-03 11:34:03","updateTime":"2023-04-03 11:35:05","modifyBy":null,"taskGroupId":0,"taskGroupPriority":0,"operator":1,"operateTime":"2023-04-03 11:35:05"}],"schedule":null}] ### Anything else 必现 ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
