SurfSense/surfsense_backend/app/tasks/celery_tasks
Anish Sarkar f8e4926969 feat: Implement document saving with reindexing
- Updated the document saving endpoint to trigger reindexing after saving.
- Introduced a new Celery task for reindexing documents.
- Refactored the editor page to reflect the changes in the API endpoint and method.
2025-11-30 04:08:12 +05:30
..
__init__.py feat: added celery and removed background_tasks for MQ's 2025-10-20 00:30:00 -07:00
blocknote_migration_tasks.py feat: Added celery tasks to populate blocknote_document for existing documents 2025-11-30 03:49:43 +05:30
connector_tasks.py fix: celery_app path and gmail indexing 2025-10-21 21:11:41 -07:00
document_reindex_tasks.py feat: Implement document saving with reindexing 2025-11-30 04:08:12 +05:30
document_tasks.py feat: added file limit tracking for a user 2025-10-30 14:58:08 -07:00
podcast_tasks.py inject user instruction in the podcast generation task 2025-11-11 20:08:32 +02:00
schedule_checker_task.py feat: added meta-scheduler for running periodic tasks 2025-10-22 19:49:44 -07:00