|
@@ -88,7 +88,7 @@ public class ODPSToRedis {
|
|
|
OkHttpClient client = new OkHttpClient();
|
|
|
client.newCall(request).execute();
|
|
|
} catch (Exception e) {
|
|
|
-
|
|
|
+ log.error("send feishu alert error ", e);
|
|
|
}
|
|
|
Map<String, String> partitionMap = odpsService.getLastestPartition(config, argMap);
|
|
|
argMap.putAll(partitionMap);
|