dify/api/tasks
Junyan Qin (Chin) eaae79a581
feat: plugin auto upgrade strategy (#19758)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
2025-07-23 15:33:39 +08:00
..
annotation deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
__init__.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
add_document_to_index_task.py refactor: Use typed SQLAlchemy base model and fix type errors (#19980) 2025-05-21 15:38:03 +08:00
batch_clean_document_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
batch_create_segment_to_index_task.py Feat/queue monitor (#20647) 2025-06-04 19:56:34 +08:00
clean_dataset_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
clean_document_task.py Update clean_document_task.py (#22090) 2025-07-10 09:18:50 +08:00
clean_notion_document_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
create_segment_to_index_task.py Mapped column (#22644) 2025-07-23 00:39:59 +08:00
deal_dataset_vector_index_task.py fix: replace all dataset.Model.query to db.session.query(Model) (#19509) 2025-05-12 13:52:33 +08:00
delete_account_task.py feat: account delete (#11829) 2024-12-30 11:33:42 +08:00
delete_segment_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
disable_segment_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
disable_segments_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
document_indexing_sync_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
document_indexing_task.py Fix/replace datetime patterns with naive utc now (#22654) 2025-07-20 11:05:53 +08:00
document_indexing_update_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
duplicate_document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
enable_segment_to_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
enable_segments_to_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
mail_account_deletion_task.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
mail_change_mail_task.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
mail_email_code_login.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
mail_enterprise_task.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
mail_invite_member_task.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
mail_owner_transfer_task.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
mail_reset_password_task.py refactor: centralize email internationalization handling (#22752) 2025-07-23 00:26:00 +08:00
ops_trace_task.py feat: Add W&B Weave Tracing Integration (#14262) 2025-04-26 04:28:30 -07:00
process_tenant_plugin_autoupgrade_check_task.py feat: plugin auto upgrade strategy (#19758) 2025-07-23 15:33:39 +08:00
recover_document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00
remove_app_and_related_data_task.py feat(api/repo): Allow to config repository implementation (#21458) 2025-07-14 14:54:38 +08:00
remove_document_from_index_task.py deal db session in celery worker (#17549) 2025-04-07 20:31:26 +08:00
retry_document_indexing_task.py document indexing not bound to a Session (#21015) 2025-06-14 17:44:35 +02:00
sync_website_document_indexing_task.py fix celery job not closed issue (#19268) 2025-05-30 14:42:47 +08:00