wrj15034011352 opened a new issue, #2097:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2097

   
   ### Which version of ElasticJob did you use?
         <dependency>
               <groupId>org.apache.shardingsphere.elasticjob</groupId>
               <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
               <version>3.0.1</version>
           </dependency>
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   ElasticJob-Lite 
   
   ### Expected behavior And  Actual behavior
   I configured the task to be executed every 5S, but it is actually executed 
every 20s
   
   elasticjob:
     regCenter:
       serverLists: 192.168.1.57:2181
       namespace: elasticjob-lite-springboot
     jobs:
       simpleJob:
         elasticJobClass: com.example.elasticjobdemo.job.MySimpleJob
         cron: /5 * * * * ? *
         timeZone: GMT+08:00
         shardingTotalCount: 1
         overwrite: true
   server:
     port: 9000
   
   
![image](https://user-images.githubusercontent.com/38170277/174709314-990420de-4f3d-4fcc-9c08-3bc6cc5ec87a.png)
   
   
   
![image](https://user-images.githubusercontent.com/38170277/174709346-4306cccc-ecb2-4072-933c-1d96b0ec6561.png)
   
   
   


-- 
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: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to