I\'ve seen in this tutorial section of the Quartz.NET documentation that it should be possible to define the maximum number of threads the Quartz scheduler is going to use.
In the web.config file add below value under quartz section.
Value represents the number of threads that are available for concurrent execution of jobs.