You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/22 13:11:20 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #11596: Fix quartz threadPriority config name error

caishunfeng commented on code in PR #11596:
URL: https://github.com/apache/dolphinscheduler/pull/11596#discussion_r951421771


##########
dolphinscheduler-api/src/main/resources/application.yaml:
##########
@@ -63,7 +63,7 @@ spring:
     jdbc:
       initialize-schema: never
     properties:
-      org.quartz.threadPool:threadPriority: 5
+      org.quartz.threadPool.threadPriority: 5

Review Comment:
   :eyes: 



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org