elastic-job 不支持动态添加任务吗?
来源:4-5 Spring Boot整合Simple作业-1
weibo_Gavin_0
2019-07-14
elastic-job 不支持动态添加任务吗?也就是说我无法通过elastic-job在运行期间添加任务?有其他替代方案吗
写回答
1回答
-
凌波微步
2019-07-15
如果非要动态添加,只能通过API的方式了。可参照SpringBoot项目整合Elastic-Job的案例,
new SpringJobScheduler((ElasticJob) instance,zkCenter,ljc,jec,listenerInstances).init();
042019-07-15
相似问题