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