feat(tasks): add 5 additional scheduled jobs (expire_shared_links, prune_processing_logs, prune_old_notifications, backfill_missing_metadata, sync_search_index)

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-09 18:25:26 +00:00
parent c2d56d7475
commit 5bc1fac79c
10 changed files with 1812 additions and 12 deletions
+1
View File
@@ -67,6 +67,7 @@ from app.models import ( # noqa: F401, E402
PipelineStep,
ProcessingLog,
SavedSearch,
ScheduledJob,
UserImapAccount,
UserIntegration,
UserProfile,