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


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumer.java:
##########
@@ -72,6 +75,12 @@ public class TaskPriorityQueueConsumer extends 
BaseDaemonThread {
     @Autowired
     private TaskPriorityQueue<TaskPriority> taskPriorityQueue;
 
+    /**
+     * task failed queue
+     */
+    @Autowired
+    private TaskPriorityQueue<TaskPriority> taskPriorityDispatchFailedQueue;

Review Comment:
   This bean is the same with `taskPriorityQueue`.



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