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 1851b69 commit 95386daCopy full SHA for 95386da
features/continue_as_new/updates_do_not_block_continue_as_new/feature.py
@@ -90,7 +90,7 @@ async def _check_result() -> None:
90
and update_run_id != handle.first_execution_run_id
91
), "Expected update to be handled on post-CAN run"
92
93
- await asyncio.to_thread(asyncio.run, _check_result())
+ await asyncio.to_thread(lambda: asyncio.run(_check_result()))
94
95
96
register_feature(
0 commit comments