fix: add cross-day dedupe
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
],
|
||||
"rewrite_batch_size": 10,
|
||||
"semantic_dedup_max_deletion_ratio": 0.5,
|
||||
"default_mode": "dry-run"
|
||||
"default_mode": "dry-run",
|
||||
"cross_day_dedup": {
|
||||
"enabled": true,
|
||||
"max_age_days": 7,
|
||||
"history_path": "~/.hermes/scripts/ai_morning_out/published_urls.json"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"priority": 40,
|
||||
"timeout_seconds": 25,
|
||||
"retries": 1,
|
||||
"max_item_age_days": 3,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
@@ -30,6 +31,7 @@
|
||||
"priority": 50,
|
||||
"timeout_seconds": 25,
|
||||
"retries": 1,
|
||||
"max_item_age_days": 5,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
@@ -55,4 +57,3 @@
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user