chore(cloud): verify integration change
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user