mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
improve cancel test
This commit is contained in:
parent
510ace263b
commit
878f679e4a
2 changed files with 8 additions and 5 deletions
|
@ -289,7 +289,7 @@ class OpenAIVectorStoreMixin(ABC):
|
|||
self.openai_vector_stores = await self._load_openai_vector_stores()
|
||||
self.openai_file_batches = await self._load_openai_vector_store_file_batches()
|
||||
self._file_batch_tasks = {}
|
||||
# TODO: Enable resume for multi-worker deployments, only works for single worker for now
|
||||
# TODO: Resume only works for single worker deployment. Jobs with multiple workers will need to be handled differently.
|
||||
await self._resume_incomplete_batches()
|
||||
self._last_file_batch_cleanup_time = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue