parent
abfc6d8a91
commit
23cc7f44be
|
@ -52,7 +52,7 @@ public class SelectInstances {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Scheduled(cron = "0 0/10 * * * ? ")
|
// @Scheduled(cron = "0 0/10 * * * ? ")
|
||||||
@Scheduled(cron = "0/10 * * * * ? ")
|
@Scheduled(cron = "0 0/10 * * * ? ")
|
||||||
public void saveIps() throws Exception {
|
public void saveIps() throws Exception {
|
||||||
List<String> ips = new ArrayList<>();
|
List<String> ips = new ArrayList<>();
|
||||||
com.aliyun.ecs20140526.Client client = SelectInstances.createClient();
|
com.aliyun.ecs20140526.Client client = SelectInstances.createClient();
|
||||||
|
@ -160,6 +160,7 @@ public class SelectInstances {
|
||||||
int i1 = map.get(ip) - 1;
|
int i1 = map.get(ip) - 1;
|
||||||
map.put(ip, i1);
|
map.put(ip, i1);
|
||||||
if (i1 == 0) {
|
if (i1 == 0) {
|
||||||
|
iterator.remove();
|
||||||
map.remove(ip);
|
map.remove(ip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue