Fix merge duplication

This commit is contained in:
shamoon
2026-01-26 10:40:45 -08:00
parent 4f0882c344
commit 63bf29188e

View File

@@ -241,17 +241,6 @@ def _parse_beat_schedule() -> dict:
"expires": 23.0 * 60.0 * 60.0, "expires": 23.0 * 60.0 * 60.0,
}, },
}, },
{
"name": "Rebuild LLM index",
"env_key": "PAPERLESS_LLM_INDEX_TASK_CRON",
# Default daily at 02:10
"env_default": "10 2 * * *",
"task": "documents.tasks.llmindex_index",
"options": {
# 1 hour before default schedule sends again
"expires": 23.0 * 60.0 * 60.0,
},
},
{ {
"name": "Cleanup expired share link bundles", "name": "Cleanup expired share link bundles",
"env_key": "PAPERLESS_SHARE_LINK_BUNDLE_CLEANUP_CRON", "env_key": "PAPERLESS_SHARE_LINK_BUNDLE_CLEANUP_CRON",