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 2021/10/25 07:46:38 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on issue #6588: [Bug] [master] process scheduler and some process jobs are not triggered normally

caishunfeng commented on issue #6588:
URL: https://github.com/apache/dolphinscheduler/issues/6588#issuecomment-950620955


   Thank you for your issue.
   But can you provide more message like:
   which version you use?
   any warn log in ProcessScheduleJob?
   is there any misfire message in table QRAZ_TRIGGERS?
   
   And I think two parts will affect quartz:
   1、the org.quartz.threadPool.threadCount, default 25, maybe you can large it and have a try.
   2、the logic of ProcessScheduleJob execute, will create a command, which is a db operation and it will take some times.
   


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