@@ -41,7 +41,7 @@ class updatePublishedMsgTaskConst:
# 服务号
SERVICE_TYPE = 2
# 监测周期(秒)
- MONITOR_PERIOD = 60 * 60 * 24 * 5
+ MONITOR_PERIOD = 60 * 60 * 24 * 7
class updateAccountReadRateTaskConst:
@@ -588,7 +588,7 @@ def get_article_detail_job():
def monitor():
"""
- 监控任务, 监测周期为3天,监测文章是否被违规,若监测到违规文章,则进行告警
+ 监控任务, 监测周期为7天,监测文章是否被违规,若监测到违规文章,则进行告警
:return:
try: