|
@@ -109,7 +109,7 @@ func checkCollectLimit() {
|
|
|
continue
|
|
|
}
|
|
|
if resp.Code != 200 {
|
|
|
-
|
|
|
+ c_log.GlobalLogger.Info("采集数量已超过限额,", resp.Code)
|
|
|
limitReachedFlag = true
|
|
|
}
|
|
|
}
|
|
@@ -203,7 +203,7 @@ func main() {
|
|
|
go pkg.GetCloudStatus(&cloudStatus, &lastCloudStatus, cloudTurnLength)
|
|
|
|
|
|
|
|
|
- go renew()
|
|
|
+
|
|
|
|
|
|
|
|
|
go checkCollectLimit()
|