mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-31 01:42:04 +08:00
Fix function's name mismatch (#16681)
This commit is contained in:
parent
fc8c765215
commit
43753c8e9a
@ -15,11 +15,11 @@ from services.feature_service import FeatureService
|
|||||||
|
|
||||||
|
|
||||||
@app.celery.task(queue="dataset")
|
@app.celery.task(queue="dataset")
|
||||||
def send_document_clean_notify_task():
|
def mail_clean_document_notify_task():
|
||||||
"""
|
"""
|
||||||
Async Send document clean notify mail
|
Async Send document clean notify mail
|
||||||
|
|
||||||
Usage: send_document_clean_notify_task.delay()
|
Usage: mail_clean_document_notify_task.delay()
|
||||||
"""
|
"""
|
||||||
if not mail.is_inited():
|
if not mail.is_inited():
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user