xxjingcd commented on PR #13475:
URL: 
https://github.com/apache/dolphinscheduler/pull/13475#issuecomment-1415868466

   More description about 
[ZeroSizeThreadPool](https://www.quartz-scheduler.org/api/2.1.7/org/quartz/simpl/ZeroSizeThreadPool.html):
   
   The pool has zero Threads and does not grow or shrink based on demand. Which 
means it is obviously not useful for most scenarios. When it may be useful is 
to prevent creating any worker threads at all - which may be desirable for the 
sole purpose of preserving system resources in the case where the scheduler 
instance only exists in order to schedule jobs, but which will never execute 
jobs (e.g. will never have start() called on it).


-- 
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]

Reply via email to