hydezzz opened a new issue, #2197:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2197
Does elastic-job support task nesting?
like when you
implements SimpleJob execute method,can i create task again in execute
method
@Override
public void execute(ShardingContext shardingContext) {
createJob(String jobName, String cron, int shardingTotalCount, SimpleJob
instance, String parameters, String description)
.....
}
--
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]