Skip to content

Commit

Permalink
add clean unused datasets and embedding cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Dec 28, 2023
1 parent c862c5c commit 59a2c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/extensions/ext_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __call__(self, *args: object, **kwargs: object) -> object:
beat_schedule = {
'clean_embedding_cache_task': {
'task': 'schedule.clean_embedding_cache_task.clean_embedding_cache_task',
'schedule': timedelta(minutes=10),
'schedule': timedelta(minutes=1),
},
'clean_unused_datasets_task': {
'task': 'schedule.clean_unused_datasets_task.clean_unused_datasets_task',
Expand Down

0 comments on commit 59a2c8c

Please sign in to comment.