shardingsphere-elasticjob icon indicating copy to clipboard operation
shardingsphere-elasticjob copied to clipboard

How much jobs can be supported to run in one instance

Open kaihekaihe opened this issue 3 years ago • 2 comments

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.

kaihekaihe avatar Mar 01 '21 09:03 kaihekaihe

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.

TeslaCN avatar Mar 04 '21 09:03 TeslaCN

Is there test report about processing capacity of one instance(eg. 4c16g)

kaihekaihe avatar Mar 18 '21 12:03 kaihekaihe