|
@@ -76,6 +76,13 @@ class MonitorAppTask:
|
|
|
account_list.append(account_id)
|
|
|
acc_list = tuple(account_list)
|
|
|
acclist = ','.join(str(i) for i in acc_list)
|
|
|
+ feishuMsg.send_robot_msg(
|
|
|
+ """{stat_date}日 {table} 内网数量为{InnertotalNum},外网数量为{OutertotalNum} 数据不相等 datax
|
|
|
+ 数据同步启动""".format(
|
|
|
+ stat_date=self.stat_date,
|
|
|
+ table=table,
|
|
|
+ InnertotalNum=InnertotalNum,
|
|
|
+ OutertotalNum=OutertotalNum))
|
|
|
datax_json = SchedulerList.SchedulerList(table)
|
|
|
os.system(
|
|
|
'sh /data/datax/application/push_pro1.sh {stat_date} {table} {acclist} {datax_json}'.format(
|