CherishCai opened a new issue #1985: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1985
## Question - like https://github.com/apache/shardingsphere-elasticjob/issues/1910 Why ElasticJobExecutor#process do not use executorService when 1 == items.size ?  ### My problems I have customized the SPI JobExecutorServiceHandler, and the implementation returns a customized ExecutorServiceWrapper, which is used to initialize some data before the execution of each task: for example, traceId . It also records the time spent from the beginning to the end of each task. -- 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]
