|
@@ -36,14 +36,14 @@ def threadMonitor():
|
|
|
|
|
|
# checkVideoStatusDaily = [line for line in output.splitlines() if 'python3 checkVideoStatusDaily.py' in line]
|
|
# checkVideoStatusDaily = [line for line in output.splitlines() if 'python3 checkVideoStatusDaily.py' in line]
|
|
|
|
|
|
- if not get_off_job:
|
|
|
|
- bot(
|
|
|
|
- title="定时任务进程异常挂掉",
|
|
|
|
- detail={
|
|
|
|
- "Job": "GetOffVideosJob",
|
|
|
|
- "Time": datetime.datetime.now().__str__()
|
|
|
|
- }
|
|
|
|
- )
|
|
|
|
|
|
+ # if not get_off_job:
|
|
|
|
+ # bot(
|
|
|
|
+ # title="定时任务进程异常挂掉",
|
|
|
|
+ # detail={
|
|
|
|
+ # "Job": "GetOffVideosJob",
|
|
|
|
+ # "Time": datetime.datetime.now().__str__()
|
|
|
|
+ # }
|
|
|
|
+ # )
|
|
|
|
|
|
# if not updateAccountAvgDaily:
|
|
# if not updateAccountAvgDaily:
|
|
# bot(
|
|
# bot(
|
|
@@ -63,14 +63,14 @@ def threadMonitor():
|
|
}
|
|
}
|
|
)
|
|
)
|
|
|
|
|
|
- if not updatePublishedMsgDaily:
|
|
|
|
- bot(
|
|
|
|
- title="定时任务进程异常挂掉",
|
|
|
|
- detail={
|
|
|
|
- "Job": "updatePublishedMsgDaily",
|
|
|
|
- "Time": datetime.datetime.now().__str__()
|
|
|
|
- }
|
|
|
|
- )
|
|
|
|
|
|
+ # if not updatePublishedMsgDaily:
|
|
|
|
+ # bot(
|
|
|
|
+ # title="定时任务进程异常挂掉",
|
|
|
|
+ # detail={
|
|
|
|
+ # "Job": "updatePublishedMsgDaily",
|
|
|
|
+ # "Time": datetime.datetime.now().__str__()
|
|
|
|
+ # }
|
|
|
|
+ # )
|
|
|
|
|
|
# if not checkVideoStatusDaily:
|
|
# if not checkVideoStatusDaily:
|
|
# bot(
|
|
# bot(
|