effective996 opened a new issue, #10374: URL: https://github.com/apache/dolphinscheduler/issues/10374
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description We set up 400 workflows to start scheduling at the same time, and found that some tasks did not trigger scheduling every day, and the parts that were not scheduled were random. By looking at the log file, it is found that the scheduled fire time is only triggered about 100 times every day. It is confirmed that it is a quartz problem. After comparing the configuration file, it is found that batchTriggerAcquisitionMaxCount in quartz.properties in conf is set to 1, and the default value in the code is 100. After we changed the corresponding value in the configuration file to 100, the problem got solve  <img width="850" alt="image" src="https://user-images.githubusercontent.com/104494684/172569696-7e339a18-0c5d-45ca-adcb-9327ebb12fbb.png">  ### Use case Guarantee the efficiency of concurrent triggering of large number of tasks ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
