forked from goodboy/tractor
1
0
Fork 0

Log error

msgspec_infect_asyncio
Tyler Goodlet 2020-09-12 11:41:17 -04:00
parent 25c19b9274
commit 0bac1f3021
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ async def run_task(
"""
nonlocal err
err = task.exception()
if err:
log.exception("asyncio task errorred:")
cancel_scope.cancel()
task.add_done_callback(cancel_trio)