ruanwenjun commented on issue #10374: URL: https://github.com/apache/dolphinscheduler/issues/10374#issuecomment-1150830095
The config `batchTriggerAcquisitionMaxCount ` is related to `threadCount`, when quartz batch query the trigger from database, the batch size is min(threadCount, batchTriggerAcquisitionMaxCount). When the concurrency of scheduler job is big, then we may need to increase these two config of change the `org.quartz.scheduler.batchTriggerAcquisitionFireAheadTimeWindow`. -- 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]
