chore(cloud): verify integration change

This commit is contained in:
2026-07-13 08:06:15 +08:00
parent 3c5f5509c2
commit 22d37ca95b
10 changed files with 60 additions and 33 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ class ActiveAssignmentRunner:
asyncio.to_thread(
self.executor.execute,
assignment,
should_stop=lambda: guard.is_lost()
or self._stop_requested.is_set(),
should_stop=lambda: guard.is_lost() or self._stop_requested.is_set(),
)
)
renewal = asyncio.create_task(