|
@@ -352,6 +352,8 @@ class PoolRecall(object):
|
|
elif now_h > config_.ROV_UPDATE_H + 2:
|
|
elif now_h > config_.ROV_UPDATE_H + 2:
|
|
send_msg_to_feishu(feishu_text)
|
|
send_msg_to_feishu(feishu_text)
|
|
|
|
|
|
|
|
+ return key_name, redis_date
|
|
|
|
+
|
|
elif pool_type == 'flow':
|
|
elif pool_type == 'flow':
|
|
return config_.FLOW_POOL_KEY_NAME_PREFIX + str(self.app_type)
|
|
return config_.FLOW_POOL_KEY_NAME_PREFIX + str(self.app_type)
|
|
|
|
|