How can I set the number of threads in the Quartz.NET threadpool?

前端 未结 3 1121
谎友^
谎友^ 2020-12-16 03:28

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.

3条回答
  •  遥遥无期
    2020-12-16 03:43

    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.

提交回复
热议问题