SurfSense/surfsense_backend/app/tasks/celery_tasks
CREDO23 cf21eaacfc fix: critical timestamp parsing and audit fixes
- Fix timestamp conversion: String(epochMs) → new Date(epochMs).toISOString()
  in use-messages-sync, use-comments-sync, use-documents, use-inbox.
  Without this, date comparisons (isEdited, cutoff filters) would fail.
- Fix updated_at: undefined → null in use-inbox to match InboxItem type
- Fix ZeroProvider: skip Zero connection for unauthenticated users
- Clean 30+ stale "Electric SQL" comments in backend Python code
2026-03-23 19:49:28 +02:00
..
__init__.py feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
connector_tasks.py feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
document_reindex_tasks.py Merge remote-tracking branch 'upstream/dev' into refactor/upload-document-adapter-class 2026-03-01 22:35:17 +05:30
document_tasks.py fix: critical timestamp parsing and audit fixes 2026-03-23 19:49:28 +02:00
podcast_tasks.py feat: enhance video presentation agent with parallel theme assignment and watermarking 2026-03-21 23:02:09 -07:00
schedule_checker_task.py feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
stale_notification_cleanup_task.py feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
video_presentation_tasks.py feat: enhance video presentation agent with parallel theme assignment and watermarking 2026-03-21 23:02:09 -07:00