damogui opened a new issue #1664:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1664
0 0/5* * * ?
It is executed every 5 minutes. After a period of time, it will not be
executed. There is no error log. The third-party interface will be called
internally
rely on:
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-lite-core</artifactId>
<version>2.1.5</version>
<exclusions>
<exclusion>
<artifactId>org.apache.curator</artifactId>
<groupId>curator-framework</groupId>
</exclusion>
<exclusion>
<artifactId>org.apache.curator</artifactId>
<groupId>curator-recipes</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-lite-spring</artifactId>
<version>2.1.5</version>
</dependency>
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]