joegasewicz / pytask-io

Python Async Task Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not handled exception when unit of work throws an exception

joegasewicz opened this issue · comments

Not handled exception when unit of work throws an exception:

executed_uow = await current_loop.run_in_executor(

This could be associated with adding error message to metadata issue:
#54