fix(系统设置): 修改资源池状态时的提示问题
--bug=1017755 --user=李玉号 【系统设置】资源池禁用提示异常 https://www.tapd.cn/55049933/s/1259125
This commit is contained in:
parent
7420376f22
commit
823f87bca6
|
@ -27,11 +27,7 @@ public class CacheNodeAspect {
|
|||
@After("cacheNodes()")
|
||||
@Async
|
||||
public void after() {
|
||||
try {
|
||||
microService.getForResultHolder(MicroServiceName.PERFORMANCE_TEST, "/performance/update/cache");
|
||||
} catch (Exception e) {
|
||||
LogUtil.error(e);
|
||||
}
|
||||
microService.getForResultHolder(MicroServiceName.PERFORMANCE_TEST, "/performance/update/cache");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue