We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1e2d8 commit 57153ecCopy full SHA for 57153ec
controller/task_manager.py
@@ -87,7 +87,7 @@ def start_rats_task(
87
only_uploaded_attributes: bool = False,
88
attribute_id: Optional[str] = None,
89
) -> int:
90
- if tokenization.is_doc_bin_creation_running(project_id):
+ if tokenization.is_doc_bin_creation_running_or_queued(project_id, only_running=True):
91
# at the end of doc bin creation rats will be calculated
92
return
93
0 commit comments