feat: add monitoring marked articles and retention updates
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
UPDATE ops.scheduler_jobs
|
||||
SET display_name = '监控历史保留清理',
|
||||
description = '按保留窗口和索引限批删除最近 30 天以前的监控历史数据。',
|
||||
config = config - 'external_article_mark_retention' - 'clears_manual_mark_attribution',
|
||||
updated_at = NOW()
|
||||
WHERE job_key = 'monitoring_retention_cleanup';
|
||||
Reference in New Issue
Block a user