ruanwenjun commented on code in PR #13793:
URL: 
https://github.com/apache/dolphinscheduler/pull/13793#discussion_r1149248480


##########
dolphinscheduler-scheduler-plugin/dolphinscheduler-scheduler-quartz/src/main/java/org/apache/dolphinscheduler/scheduler/quartz/ProcessScheduleTask.java:
##########
@@ -77,6 +82,14 @@ protected void executeInternal(JobExecutionContext context) {
             return;
         }
 
+        Project project = projectDao.queryProjectById(projectId);

Review Comment:
   Directly execute delete sql in db 😢 



-- 
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]

Reply via email to