mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 19:59:03 +08:00
update clean_unused_datasets_task timedelta (#6324)
This commit is contained in:
parent
c5d06e7943
commit
988aa4b5da
@ -51,7 +51,7 @@ def init_app(app: Flask) -> Celery:
|
||||
},
|
||||
'clean_unused_datasets_task': {
|
||||
'task': 'schedule.clean_unused_datasets_task.clean_unused_datasets_task',
|
||||
'schedule': timedelta(days=1),
|
||||
'schedule': timedelta(minutes=3),
|
||||
}
|
||||
}
|
||||
celery_app.conf.update(
|
||||
|
Loading…
x
Reference in New Issue
Block a user