去掉redis同步

This commit is contained in:
段冬梅
2019-07-03 11:57:59 +08:00
parent 6722041e68
commit e68cf63c9d
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ public class SyncAllConfigTask {
}
@Scheduled(cron = "${syncUiAndServiceConfigCron}")
/*@Scheduled(cron = "${syncUiAndServiceConfigCron}")*/
public void syncAllRedisFromCluster() {
String requestId = UUID.randomUUID().toString();
JedisCluster jedisCluster = getResource();

View File

@@ -72,7 +72,7 @@ public class SyncRedisToCluster {
}
}
@Scheduled(cron = "${syncRedisToClusterCron}")
/*@Scheduled(cron = "${syncRedisToClusterCron}")*/
public void syncRedisToCluster() {
JedisCluster jedisCluster = getResource();
String requestId = UUID.randomUUID().toString();