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

前端 未结 3 1125
谎友^
谎友^ 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:54

    It depends a bit on the pool you're using and the config file the scheduler is reading. But if you are using the standard SimpleThreadPool.cs then the amount of threads can be configured inside the quartz.config file, by default 10 threads are created:

    alt text

提交回复
热议问题