This commit is contained in:
YunaiV
2024-08-31 09:38:52 +08:00
14 changed files with 103 additions and 63 deletions

View File

@@ -46,6 +46,7 @@ public class TenantJobAspect {
try {
joinPoint.proceed();
} catch (Throwable e) {
log.error("[execute][租户({}) 执行 Job 发生异常", tenantId, e);
results.put(tenantId, ExceptionUtil.getRootCauseMessage(e));
}
});