You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/21 03:21:53 UTC

[GitHub] [shardingsphere-elasticjob] wrj15034011352 opened a new issue, #2097: Cron expression exception

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-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere-elasticjob] BinLee218 commented on issue #2097: Cron expression exception

Posted by "BinLee218 (via GitHub)" <gi...@apache.org>.
BinLee218 commented on issue #2097:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2097#issuecomment-1500079664

   I also have this problem


-- 
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-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] qianweiming commented on issue #2097: Cron expression exception

Posted by GitBox <gi...@apache.org>.
qianweiming commented on issue #2097:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2097#issuecomment-1259063095

   I also have this problem


-- 
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-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] linghengqian commented on issue #2097: Cron expression exception

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #2097:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2097#issuecomment-1726984616

   - To be honest, I cannot reproduce this problem on the master branch.  Can anyone provide an example git with minimal reproducible unit tests?


-- 
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-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] zhangzc0419 commented on issue #2097: Cron expression exception

Posted by GitBox <gi...@apache.org>.
zhangzc0419 commented on issue #2097:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2097#issuecomment-1162608469

   check your registration center task configļ¼Œ maybe not overwrited


-- 
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-unsubscribe@shardingsphere.apache.org

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