From d13784c21ff1491e3f897cd02b9f4b064f9cc272 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:06:19 +0100 Subject: [PATCH] use background operations for operations session --- ayon_api/operations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(