mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
tidb on qdrant schedule
This commit is contained in:
parent
eddc834fdb
commit
db1c75c0d4
|
@ -56,7 +56,7 @@ def init_app(app: Flask) -> Celery:
|
|||
},
|
||||
'create_tidb_serverless_task': {
|
||||
'task': 'schedule.create_tidb_serverless_task.create_tidb_serverless_task',
|
||||
'schedule': timedelta(seconds=10),
|
||||
'schedule': timedelta(hours=1),
|
||||
}
|
||||
}
|
||||
celery_app.conf.update(beat_schedule=beat_schedule, imports=imports)
|
||||
|
|
Loading…
Reference in New Issue
Block a user