shardingsphere-elasticjob
shardingsphere-elasticjob copied to clipboard
How much jobs can be supported to run in one instance
Feature Request
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
I have 100 jobs running in one instance,but the latency of some job are often large. Some jobs are not triggered strictly as the time scheduler.
Describe the feature you would like.
org.quartz.threadPool.threadCount
is 1 in JobScheduler
,If 1000 jobs need to be executed in one instance, how can we control the latency.
Make sure your instance have enough resource to run your jobs. ElasticJob is designed for distributed scenario. You may increase instances to spread the pressure.
Is there test report about processing capacity of one instance(eg. 4c16g)