diff --git a/ayon_api/operations.py b/ayon_api/operations.py index 3cf8d1cff..e39167a80 100644 --- a/ayon_api/operations.py +++ b/ayon_api/operations.py @@ -834,8 +834,8 @@ def commit(self) -> None: if body is not None: operations_body.append(body) - self._con.send_batch_operations( - project_name, operations_body, can_fail=False + self._con.send_background_batch_operations( + project_name, operations_body, wait=True, can_fail=False ) def create_entity(